COLOR #B9B0BC

HEX: #B9B0BC RGB: (185,176,188)

Color info

#B9B0BC contains red, green and blue colors in about the same proportion. Web safe color of #B9B0BC is #CC99CC (or #C9C).

RGB color model

#B9B0BC color RGB value is (185,176,188).

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

RGB channels and saturation

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

185
176
188

R + G + B ~ 72%. #B9B0BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 176 + 188 = 549 (100%)
R 185 of 549 ~ 33.7%
G 176 of 549 ~ 32.06%
B 188 of 549 ~ 34.24'%

%33.7
%32.06
%34.24

CMYK color model

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

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

CMYK: (2,6,0,26)
C2M6Y0K26 (2%, 6%, 0%, 26%)
(0.02 / 0.06 / 0.00 / 0.26)

CMYK percentages

%1.6
%6.38
%0
%26.27

Codes

Color #B9B0BC in popluar color models

B9 B0 BC
RGB 185 176 188
HSL 285° 8.22% 71.37%
HSB/HSV 285° 6.38% 73.73%
CMYK 1.60% 6.38% 0.00%
26.27%

Color #B9B0BC in popluar number systems.

HEX B9 B0 BC
Decimal 185 176 188
Binary 10111001 10110000 10111100
Octal 271 260 274

Shades and tints

Shades of #B9B0BC

#B9B0BC
(185,176,188)
#A9A0AB
(169,160,171)
#99909A
(153,144,154)
#898089
(137,128,137)
#797078
(121,112,120)
#696067
(105,96,103)
#595056
(89,80,86)
#494045
(73,64,69)
#393034
(57,48,52)
#292023
(41,32,35)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #B9B0BC

#B9B0BC
(185,176,188)
#BFB7C2
(191,183,194)
#C5BEC8
(197,190,200)
#CBC5CE
(203,197,206)
#D1CCD4
(209,204,212)
#D7D3DA
(215,211,218)
#DDDAE0
(221,218,224)
#E3E1E6
(227,225,230)
#E9E8EC
(233,232,236)
#EFEFF2
(239,239,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0BC; }

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

This text font color is #B9B0BC.

Background Color

.myBgColor { background-color: #B9B0BC; }

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

This div background color is #B9B0BC.

Border color

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

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

This div border color is #B9B0BC.

Opacity

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

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

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

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

This text has shadow with #B9B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B0BC.

Preview

Color preview on black background

This text has color #B9B0BC on black background.


Color preview on white background

This text has color #B9B0BC on white background.


Black color preview on #B9B0BC background

This text has black color on #B9B0BC background.


White color preview on #B9B0BC background

This text has white color on #B9B0BC background.


Related colors

Complementary color

Complementary color for #hex is #464F43.


I love getcolorcode.com

Triadic colors

1 #BCB9B0 and #B0BCB9 with #B9B0BC are triadic colors.

2 #BCB0B9 and #B0B9BC with #B9B0BC are triadic colors.