COLOR #B9C5CA

HEX: #B9C5CA RGB: (185,197,202)

Color info

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

RGB color model

#B9C5CA color RGB value is (185,197,202).

RGB: (185,197,202) (73%, 77%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 202 of 255 = 79%

185
197
202

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

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 202 = 584 (100%)
R 185 of 584 ~ 31.68%
G 197 of 584 ~ 33.73%
B 202 of 584 ~ 34.59'%

%31.68
%33.73
%34.59

CMYK color model

#B9C5CA color CMYK value is (8,2,0,21).

  • cyan value is 8.42%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (8,2,0,21) C8M2Y0K21 (8%,2%,0%,21%) (0.08/0.02/0.00/0.21) 

CMYK percentages

%8.42
%2.48
%0
%20.78

Codes

Color #B9C5CA in popluar color models

B9 C5 CA
RGB 185 197 202
HSL 198° 13.82% 75.88%
HSB/HSV 198° 8.42% 79.22%
CMYK 8.42% 2.48% 0.00%
20.78%

Color #B9C5CA in popluar number systems.

HEX B9 C5 CA
Decimal 185 197 202
Binary 10111001 11000101 11001010
Octal 271 305 312

Shades and tints

Shades of #B9C5CA

#B9C5CA
(185,197,202)
#A9B4B8
(169,180,184)
#99A3A6
(153,163,166)
#899294
(137,146,148)
#798182
(121,129,130)
#697070
(105,112,112)
#595F5E
(89,95,94)
#494E4C
(73,78,76)
#393D3A
(57,61,58)
#292C28
(41,44,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9C5CA

#B9C5CA
(185,197,202)
#BFCACE
(191,202,206)
#C5CFD2
(197,207,210)
#CBD4D6
(203,212,214)
#D1D9DA
(209,217,218)
#D7DEDE
(215,222,222)
#DDE3E2
(221,227,226)
#E3E8E6
(227,232,230)
#E9EDEA
(233,237,234)
#EFF2EE
(239,242,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5CA; }

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

This text font color is #B9C5CA.

Background Color

.myBgColor { background-color: #B9C5CA; }

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

This div background color is #B9C5CA.

Border color

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

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

This div border color is #B9C5CA.

Opacity

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

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

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

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

This text has shadow with #B9C5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C5CA.

Preview

Color preview on black background

This text has color #B9C5CA on black background.


Color preview on white background

This text has color #B9C5CA on white background.


Black color preview on #B9C5CA background

This text has black color on #B9C5CA background.


White color preview on #B9C5CA background

This text has white color on #B9C5CA background.


Related colors

Complementary color

Complementary color for #hex is #463A35.


I love getcolorcode.com

Triadic colors

1 #CAB9C5 and #C5CAB9 with #B9C5CA are triadic colors.

2 #CAC5B9 and #C5B9CA with #B9C5CA are triadic colors.