#b3d5c0 Color Hex Ginninderra

Information about Ginninderra Color | #0000FF

#b3d5c0 color RGB value is (179,213,192). #b3d5c0 color name is Ginninderra color.

#b3d5c0 hex color red value is 179 , green value is 213 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #b3d5c0 hue: 143 , saturation: 29 and the lightness value of #b3d5c0 is 77

The process color (four color CMYK) of #b3d5c0 color hex is 6 , 0 ,4, 6 .

#b3d5c0

~Ginninderra

Color Converions

HEX
#b3d5c0
RGB
179,213,192
LAB
82,-15,6
CMYK
16,0,10,16
LCH
82,16,156
XYZ
52,61,59
HSV
143,16,84
HSL
143,29,77

Base Numbers

Base Red Green Blue
Binary 10110011 11010101 11000000
Octal 263 325 300
Decimal 179 213 192
Hex b3 d5 c0

RGB Percentages of Color #b3d5c0

70%
84%
75%

CMYK Percentages of Color #b3d5c0

6%
4%
0%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b3d5c0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b3d5c0
20%
#a1c0ad
30%
#8faa9a
40%
#7d9586
50%
#6b8073
60%
#5a6b60
70%
#48554d
80%
#36403a
90%
#242b26
100%
#121513

Tints of #b3d5c0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b3d5c0
20%
#bbd9c6
30%
#c2ddcd
40%
#cae2d3
50%
#d1e6d9
60%
#d9eadf
70%
#e1eee6
80%
#e8f2ec
90%
#f0f7f2
100%
#f7fbf9

Tones of #b3d5c0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b3d5c0
20%
#aeccba
30%
#a9c4b3
40%
#a4bbad
50%
#9eb3a6
60%
#99aaa0
70%
#94a299
80%
#8f9993
90%
#8a918c
100%
#858886

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b3d5c0
#b4d5b3
#b3d5b9
#b3d5c0
#b3d5c7
#b3d5ce

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b3d5c0
#d5b3c8

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b3d5c0
#b3c1d5
#d5b3b4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b3d5c0
#c0b3d5
#d5c0b3

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b3d5c0
#b3b7d5
#d5b3c8
#d5d1b3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b3d5c0
#000000
#242b27
#48554d
#6c8073
#8faa9a

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b3d5c0

protanopia

#d4cbba

deuteranopia

#e3c5c4

tritanopia

#b8cfdf

achromatopsia

#cccccc

protanomaly

#c8cfbc

deuteranomaly

#d2cbc2

achromatopsia

#cccccc

tritanomaly

#b6d1d4

achromatomaly

#c3cfc8

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#b3d5c0 Color CSS Codes

.bgcolor {background-color:#b3d5c0; } 
.forecolor {color:#b3d5c0; }
.bordercolor {border:3px solid #b3d5c0; }
            

#b3d5c0 Text Font Color

<div style="color:#b3d5c0">
Div content here</div>

This sample text font color is #b3d5c0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b3d5c0 Background Color

<div style="background-color:#b3d5c0">
Div content here</div>
Div content here

#b3d5c0 Border Color

<div style="border:3px solid #b3d5c0">
Div here</div>

This div border color is #b3d5c0

#b3d5c0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b3d5c0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3d5c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3d5c0;
  -webkit-box-shadow: 1px 1px 3px 2px #b3d5c0;
  box-shadow: 1px 1px 3px 2px #b3d5c0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3d5c0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3d5c0;
              -webkit-box-shadow: 1px 1px 3px 2px #b3d5c0;
              box-shadow:         1px 1px 3px 2px #b3d5c0#b3d5c0">
Div content here</div>

This div box has shadow with color #b3d5c0

More Colors

Cochineal Red/Rouge
#9d2933
Magma
#ff4e01
Blue Promise
#729cc2
Belgian Block
#a3a9a6
Holy Grail
#e8d720
Castleton Green
#00564f
Fluffy Pink
#f7d6cb
Caribbean Current
#006e6e
Bathing
#93c9d0
Blueberry Patch
#627099
Canyon Echo
#e5e1cc
Elf Flesh
#f7c380
Light Quaver
#cdded7
Day Glow
#eadd82
Champion
#7b5986
Clay Bake
#e1c68f
Mint Fizz
#e6f3e7
Clooney
#5f6c84
Honey Yellow Green
#937016
Drifting Sand
#a89f93
Jewel Cave
#3c4173
Mint Sprig
#009c6e
Maybe Maui
#f6d48d
Antelope
#b19664
Bashful Blue
#6994cf
Acoustic White
#efece1
Mint Emulsion
#dfeadb
Bull Shot
#75442b
Parisian Green
#6b9c42
Hey Blue!
#16f8ff
Ginger Spice
#b65d48
Cotton Seed
#bfbaaf
Petal Poise
#f8e3ee
Candy Grass
#33aa00
Panela
#9b5227
Crispy Samosa
#ffbb66
Icelandic Winter
#d9e7e3
Passionate Plum
#753a58
Cold Waterlogged Lab Coat
#839fa3
Bright Camouflage
#1cac78
rating-img
Rate this tool
NaN/5   0 votes