COLOR #B9D5BC

HEX: #B9D5BC RGB: (185,213,188)

Color info

#B9D5BC contains red, green and blue colors in about the same proportion. Web safe color of #B9D5BC is #CCCCCC (or #CCC).

RGB color model

#B9D5BC color RGB value is (185,213,188).

RGB: (185,213,188) (73%, 84%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 188 of 255 = 74%

185
213
188

R + G + B ~ 77%. #B9D5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 213 + 188 = 586 (100%)
R 185 of 586 ~ 31.57%
G 213 of 586 ~ 36.35%
B 188 of 586 ~ 32.08'%

%31.57
%36.35
%32.08

CMYK color model

#B9D5BC color CMYK value is (13,0,12,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (13,0,12,16)
C13M0Y12K16 (13%, 0%, 12%, 16%)
(0.13 / 0.00 / 0.12 / 0.16)

CMYK percentages

%13.15
%0
%11.74
%16.47

Codes

Color #B9D5BC in popluar color models

B9 D5 BC
RGB 185 213 188
HSL 126° 25.00% 78.04%
HSB/HSV 126° 13.15% 83.53%
CMYK 13.15% 0.00% 11.74%
16.47%

Color #B9D5BC in popluar number systems.

HEX B9 D5 BC
Decimal 185 213 188
Binary 10111001 11010101 10111100
Octal 271 325 274

Shades and tints

Shades of #B9D5BC

#B9D5BC
(185,213,188)
#A9C2AB
(169,194,171)
#99AF9A
(153,175,154)
#899C89
(137,156,137)
#798978
(121,137,120)
#697667
(105,118,103)
#596356
(89,99,86)
#495045
(73,80,69)
#393D34
(57,61,52)
#292A23
(41,42,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #B9D5BC

#B9D5BC
(185,213,188)
#BFD8C2
(191,216,194)
#C5DBC8
(197,219,200)
#CBDECE
(203,222,206)
#D1E1D4
(209,225,212)
#D7E4DA
(215,228,218)
#DDE7E0
(221,231,224)
#E3EAE6
(227,234,230)
#E9EDEC
(233,237,236)
#EFF0F2
(239,240,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D5BC color. Also use rgb(185,213,188) instead hex code.

Text Font Color

.myTextColor { color: #B9D5BC; }

<p style="color:#B9D5BC">This sample text font color is #B9D5BC.</p>

This text font color is #B9D5BC.

Background Color

.myBgColor { background-color: #B9D5BC; }

<div style="background-color:#B9D5BC">Inner text</div>

This div background color is #B9D5BC.

Border color

.myBorderColor { border: 1px solid #B9D5BC; }

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

This div border color is #B9D5BC.

Opacity

.myOpacity80 { color: #B9D5BC; opacity: 0.8; }

<p style="color:#B9D5BC;opacity:0.8;">80%</p>

Text with #B9D5BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B9D5BC;}

<p style="text-shadow: 3px 3px 1px #B9D5BC">Text here.</p>

This text has shadow with #B9D5BC color.


.textShadow {text-shadow: 3px 3px 1px #B9D5BC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B9D5BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #B9D5BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9D5BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B9D5BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #B9D5BC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9D5BC;
-webkit-box-shadow: 1px 1px 3px 2px #B9D5BC;
box-shadow: 1px 1px 3px 2px #B9D5BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9D5BC; -webkit-box-shadow: 1px 1px 3px 2px #B9D5BC; box-shadow:1px 1px 3px 2px #B9D5BC;">
Div content here
</div>

This div box has shadow with color #B9D5BC.

Preview

Color preview on black background

This text has color #B9D5BC on black background.


Color preview on white background

This text has color #B9D5BC on white background.


Black color preview on #B9D5BC background

This text has black color on #B9D5BC background.


White color preview on #B9D5BC background

This text has white color on #B9D5BC background.


Related colors

Complementary color

Complementary color for #hex is #462A43.


I love getcolorcode.com

Triadic colors

1 #BCB9D5 and #D5BCB9 with #B9D5BC are triadic colors.

2 #BCD5B9 and #D5B9BC with #B9D5BC are triadic colors.