COLOR #B9C5CC

HEX: #B9C5CC RGB: (185,197,204)

Color info

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

RGB color model

#B9C5CC color RGB value is (185,197,204).

RGB: (185,197,204) (73%, 77%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 204 of 255 = 80%

185
197
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 204 = 586 (100%)
R 185 of 586 ~ 31.57%
G 197 of 586 ~ 33.62%
B 204 of 586 ~ 34.81'%

%31.57
%33.62
%34.81

CMYK color model

#B9C5CC color CMYK value is (9,3,0,20).

  • cyan value is 9.31%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (9,3,0,20) C9M3Y0K20 (9%,3%,0%,20%) (0.09/0.03/0.00/0.20) 

CMYK percentages

%9.31
%3.43
%0
%20

Codes

Color #B9C5CC in popluar color models

B9 C5 CC
RGB 185 197 204
HSL 202° 15.70% 76.27%
HSB/HSV 202° 9.31% 80.00%
CMYK 9.31% 3.43% 0.00%
20.00%

Color #B9C5CC in popluar number systems.

HEX B9 C5 CC
Decimal 185 197 204
Binary 10111001 11000101 11001100
Octal 271 305 314

Shades and tints

Shades of #B9C5CC

#B9C5CC
(185,197,204)
#A9B4BA
(169,180,186)
#99A3A8
(153,163,168)
#899296
(137,146,150)
#798184
(121,129,132)
#697072
(105,112,114)
#595F60
(89,95,96)
#494E4E
(73,78,78)
#393D3C
(57,61,60)
#292C2A
(41,44,42)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #B9C5CC

#B9C5CC
(185,197,204)
#BFCAD0
(191,202,208)
#C5CFD4
(197,207,212)
#CBD4D8
(203,212,216)
#D1D9DC
(209,217,220)
#D7DEE0
(215,222,224)
#DDE3E4
(221,227,228)
#E3E8E8
(227,232,232)
#E9EDEC
(233,237,236)
#EFF2F0
(239,242,240)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5CC color. Also use rgb(185,197,204) instead hex code.

Text Font Color

.myTextColor { color: #B9C5CC; }

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

This text font color is #B9C5CC.

Background Color

.myBgColor { background-color: #B9C5CC; }

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

This div background color is #B9C5CC.

Border color

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

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

This div border color is #B9C5CC.

Opacity

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

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

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

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

This text has shadow with #B9C5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C5CC.

Preview

Color preview on black background

This text has color #B9C5CC on black background.


Color preview on white background

This text has color #B9C5CC on white background.


Black color preview on #B9C5CC background

This text has black color on #B9C5CC background.


White color preview on #B9C5CC background

This text has white color on #B9C5CC background.


Related colors

Complementary color

Complementary color for #hex is #463A33.


I love getcolorcode.com

Triadic colors

1 #CCB9C5 and #C5CCB9 with #B9C5CC are triadic colors.

2 #CCC5B9 and #C5B9CC with #B9C5CC are triadic colors.