COLOR #B9B9BC

HEX: #B9B9BC RGB: (185,185,188)

Color info

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

RGB color model

#B9B9BC color RGB value is (185,185,188).

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

RGB channels and saturation

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

185
185
188

R + G + B ~ 73%. #B9B9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 185 + 188 = 558 (100%)
R 185 of 558 ~ 33.15%
G 185 of 558 ~ 33.15%
B 188 of 558 ~ 33.69'%

%33.15
%33.15
%33.69

CMYK color model

#B9B9BC color CMYK value is (2,2,0,26).

  • cyan value is 1.60%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (2,2,0,26)
C2M2Y0K26 (2%, 2%, 0%, 26%)
(0.02 / 0.02 / 0.00 / 0.26)

CMYK percentages

%1.6
%1.6
%0
%26.27

Codes

Color #B9B9BC in popluar color models

B9 B9 BC
RGB 185 185 188
HSL 240° 2.19% 73.14%
HSB/HSV 240° 1.60% 73.73%
CMYK 1.60% 1.60% 0.00%
26.27%

Color #B9B9BC in popluar number systems.

HEX B9 B9 BC
Decimal 185 185 188
Binary 10111001 10111001 10111100
Octal 271 271 274

Shades and tints

Shades of #B9B9BC

#B9B9BC
(185,185,188)
#A9A9AB
(169,169,171)
#99999A
(153,153,154)
#898989
(137,137,137)
#797978
(121,121,120)
#696967
(105,105,103)
#595956
(89,89,86)
#494945
(73,73,69)
#393934
(57,57,52)
#292923
(41,41,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9B9BC

#B9B9BC
(185,185,188)
#BFBFC2
(191,191,194)
#C5C5C8
(197,197,200)
#CBCBCE
(203,203,206)
#D1D1D4
(209,209,212)
#D7D7DA
(215,215,218)
#DDDDE0
(221,221,224)
#E3E3E6
(227,227,230)
#E9E9EC
(233,233,236)
#EFEFF2
(239,239,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B9BC; }

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

This text font color is #B9B9BC.

Background Color

.myBgColor { background-color: #B9B9BC; }

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

This div background color is #B9B9BC.

Border color

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

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

This div border color is #B9B9BC.

Opacity

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

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

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

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

This text has shadow with #B9B9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B9BC.

Preview

Color preview on black background

This text has color #B9B9BC on black background.


Color preview on white background

This text has color #B9B9BC on white background.


Black color preview on #B9B9BC background

This text has black color on #B9B9BC background.


White color preview on #B9B9BC background

This text has white color on #B9B9BC background.


Related colors

Complementary color

Complementary color for #hex is #464643.


I love getcolorcode.com