COLOR #B9BCB2

HEX: #B9BCB2 RGB: (185,188,178)

Color info

#B9BCB2 contains red, green and blue colors in about the same proportion. Web safe color of #B9BCB2 is #CCCC99 (or #CC9).

RGB color model

#B9BCB2 color RGB value is (185,188,178).

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

RGB channels and saturation

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

185
188
178

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

Portions of RGB colors in percentages

R + G + B = 185 + 188 + 178 = 551 (100%)
R 185 of 551 ~ 33.58%
G 188 of 551 ~ 34.12%
B 178 of 551 ~ 32.3'%

%33.58
%34.12
%32.3

CMYK color model

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

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

CMYK: (2,0,5,26)
C2M0Y5K26 (2%, 0%, 5%, 26%)
(0.02 / 0.00 / 0.05 / 0.26)

CMYK percentages

%1.6
%0
%5.32
%26.27

Codes

Color #B9BCB2 in popluar color models

B9 BC B2
RGB 185 188 178
HSL 78° 6.94% 71.76%
HSB/HSV 78° 5.32% 73.73%
CMYK 1.60% 0.00% 5.32%
26.27%

Color #B9BCB2 in popluar number systems.

HEX B9 BC B2
Decimal 185 188 178
Binary 10111001 10111100 10110010
Octal 271 274 262

Shades and tints

Shades of #B9BCB2

#B9BCB2
(185,188,178)
#A9ABA2
(169,171,162)
#999A92
(153,154,146)
#898982
(137,137,130)
#797872
(121,120,114)
#696762
(105,103,98)
#595652
(89,86,82)
#494542
(73,69,66)
#393432
(57,52,50)
#292322
(41,35,34)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9BCB2

#B9BCB2
(185,188,178)
#BFC2B9
(191,194,185)
#C5C8C0
(197,200,192)
#CBCEC7
(203,206,199)
#D1D4CE
(209,212,206)
#D7DAD5
(215,218,213)
#DDE0DC
(221,224,220)
#E3E6E3
(227,230,227)
#E9ECEA
(233,236,234)
#EFF2F1
(239,242,241)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCB2; }

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

This text font color is #B9BCB2.

Background Color

.myBgColor { background-color: #B9BCB2; }

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

This div background color is #B9BCB2.

Border color

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

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

This div border color is #B9BCB2.

Opacity

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

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

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

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

This text has shadow with #B9BCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BCB2.

Preview

Color preview on black background

This text has color #B9BCB2 on black background.


Color preview on white background

This text has color #B9BCB2 on white background.


Black color preview on #B9BCB2 background

This text has black color on #B9BCB2 background.


White color preview on #B9BCB2 background

This text has white color on #B9BCB2 background.


Related colors

Complementary color

Complementary color for #hex is #46434D.


I love getcolorcode.com

Triadic colors

1 #B2B9BC and #BCB2B9 with #B9BCB2 are triadic colors.

2 #B2BCB9 and #BCB9B2 with #B9BCB2 are triadic colors.