COLOR #B9BBCA

HEX: #B9BBCA
RGB: (185,187,202)

Color info

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

RGB color model

#B9BBCA color RGB value is (185,187,202).

  • red value is 185;
  • green value is 187;
  • blue value is 202.
RGB:
(185,187,202)
(73%,73%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 202 of 255 = 79%

185
187
202

R + G + B ~ 75%. #B9BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 187 + 202 = 574 (100%)
R 185 of 574 ~ 32.23%
G 187 of 574 ~ 32.58%
B 202 of 574 ~ 35.19%

%32.23
%32.58
%35.19

CMYK color model

#B9BBCA color CMYK value is (8,7,0,21).

  • cyan value is 8.42%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,7,0,21)
C8M7Y0K21 
(8%,7%,0%,21%)
(0.08/0.07/0.00/0.21)	

CMYK percentages

%8.42
%7.43
%0
%20.78

Codes

Color #B9BBCA in popluar color models

B9BBCA
RGB185187202
HSL233°13.82%75.88%
HSB/HSV233°8.42%79.22%
CMYK8.42%7.43%0.00%
20.78%

Color #B9BBCA in popluar number systems.

HEXB9BBCA
Decimal185187202
Binary101110011011101111001010
Octal271273312

Shades and tints

Shades of #B9BBCA

#B9BBCA
(185,187,202)
#A9AAB8
(169,170,184)
#9999A6
(153,153,166)
#898894
(137,136,148)
#797782
(121,119,130)
#696670
(105,102,112)
#59555E
(89,85,94)
#49444C
(73,68,76)
#39333A
(57,51,58)
#292228
(41,34,40)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #B9BBCA

#B9BBCA
(185,187,202)
#BFC1CE
(191,193,206)
#C5C7D2
(197,199,210)
#CBCDD6
(203,205,214)
#D1D3DA
(209,211,218)
#D7D9DE
(215,217,222)
#DDDFE2
(221,223,226)
#E3E5E6
(227,229,230)
#E9EBEA
(233,235,234)
#EFF1EE
(239,241,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BBCA; }

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

This text font color is #B9BBCA.


Background Color

.myBgColor { background-color: #B9BBCA; }

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

This div background color is #B9BBCA.


Border color

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

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

This div border color is #B9BBCA.


Opacity

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

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

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

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

This text has shadow with #B9BBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BBCA on black background.


Color preview on white background

This text has color #B9BBCA on white background.



Black color preview on #B9BBCA background

This text has black color on #B9BBCA background.


White color preview on #B9BBCA background

This text has white color on #B9BBCA background.