COLOR #B9C0CE

HEX: #B9C0CE RGB: (185,192,206)

Color info

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

RGB color model

#B9C0CE color RGB value is (185,192,206).

RGB: (185,192,206) (73%, 75%, 81%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 206 of 255 = 81%

185
192
206

R + G + B ~ 76%. #B9C0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 192 + 206 = 583 (100%)
R 185 of 583 ~ 31.73%
G 192 of 583 ~ 32.93%
B 206 of 583 ~ 35.33'%

%31.73
%32.93
%35.33

CMYK color model

#B9C0CE color CMYK value is (10,7,0,19).

  • cyan value is 10.19%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (10,7,0,19)
C10M7Y0K19 (10%, 7%, 0%, 19%)
(0.10 / 0.07 / 0.00 / 0.19)

CMYK percentages

%10.19
%6.8
%0
%19.22

Codes

Color #B9C0CE in popluar color models

B9 C0 CE
RGB 185 192 206
HSL 220° 17.65% 76.67%
HSB/HSV 220° 10.19% 80.78%
CMYK 10.19% 6.80% 0.00%
19.22%

Color #B9C0CE in popluar number systems.

HEX B9 C0 CE
Decimal 185 192 206
Binary 10111001 11000000 11001110
Octal 271 300 316

Shades and tints

Shades of #B9C0CE

#B9C0CE
(185,192,206)
#A9AFBC
(169,175,188)
#999EAA
(153,158,170)
#898D98
(137,141,152)
#797C86
(121,124,134)
#696B74
(105,107,116)
#595A62
(89,90,98)
#494950
(73,73,80)
#39383E
(57,56,62)
#29272C
(41,39,44)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9C0CE

#B9C0CE
(185,192,206)
#BFC5D2
(191,197,210)
#C5CAD6
(197,202,214)
#CBCFDA
(203,207,218)
#D1D4DE
(209,212,222)
#D7D9E2
(215,217,226)
#DDDEE6
(221,222,230)
#E3E3EA
(227,227,234)
#E9E8EE
(233,232,238)
#EFEDF2
(239,237,242)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C0CE color. Also use rgb(185,192,206) instead hex code.

Text Font Color

.myTextColor { color: #B9C0CE; }

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

This text font color is #B9C0CE.

Background Color

.myBgColor { background-color: #B9C0CE; }

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

This div background color is #B9C0CE.

Border color

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

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

This div border color is #B9C0CE.

Opacity

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

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

Text with #B9C0CE 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 #B9C0CE;}

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

This text has shadow with #B9C0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C0CE.

Preview

Color preview on black background

This text has color #B9C0CE on black background.


Color preview on white background

This text has color #B9C0CE on white background.


Black color preview on #B9C0CE background

This text has black color on #B9C0CE background.


White color preview on #B9C0CE background

This text has white color on #B9C0CE background.


Related colors

Complementary color

Complementary color for #hex is #463F31.


I love getcolorcode.com

Triadic colors

1 #CEB9C0 and #C0CEB9 with #B9C0CE are triadic colors.

2 #CEC0B9 and #C0B9CE with #B9C0CE are triadic colors.