COLOR #B4B9BC

HEX: #B4B9BC RGB: (180,185,188)

Color info

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

RGB color model

#B4B9BC color RGB value is (180,185,188).

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

RGB channels and saturation

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

180
185
188

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

Portions of RGB colors in percentages

R + G + B = 180 + 185 + 188 = 553 (100%)
R 180 of 553 ~ 32.55%
G 185 of 553 ~ 33.45%
B 188 of 553 ~ 34'%

%32.55
%33.45
%34

CMYK color model

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

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

CMYK: (4,2,0,26)
C4M2Y0K26 (4%, 2%, 0%, 26%)
(0.04 / 0.02 / 0.00 / 0.26)

CMYK percentages

%4.26
%1.6
%0
%26.27

Codes

Color #B4B9BC in popluar color models

B4 B9 BC
RGB 180 185 188
HSL 203° 5.63% 72.16%
HSB/HSV 203° 4.26% 73.73%
CMYK 4.26% 1.60% 0.00%
26.27%

Color #B4B9BC in popluar number systems.

HEX B4 B9 BC
Decimal 180 185 188
Binary 10110100 10111001 10111100
Octal 264 271 274

Shades and tints

Shades of #B4B9BC

#B4B9BC
(180,185,188)
#A4A9AB
(164,169,171)
#94999A
(148,153,154)
#848989
(132,137,137)
#747978
(116,121,120)
#646967
(100,105,103)
#545956
(84,89,86)
#444945
(68,73,69)
#343934
(52,57,52)
#242923
(36,41,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #B4B9BC

#B4B9BC
(180,185,188)
#BABFC2
(186,191,194)
#C0C5C8
(192,197,200)
#C6CBCE
(198,203,206)
#CCD1D4
(204,209,212)
#D2D7DA
(210,215,218)
#D8DDE0
(216,221,224)
#DEE3E6
(222,227,230)
#E4E9EC
(228,233,236)
#EAEFF2
(234,239,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9BC; }

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

This text font color is #B4B9BC.

Background Color

.myBgColor { background-color: #B4B9BC; }

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

This div background color is #B4B9BC.

Border color

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

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

This div border color is #B4B9BC.

Opacity

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

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

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

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

This text has shadow with #B4B9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B9BC.

Preview

Color preview on black background

This text has color #B4B9BC on black background.


Color preview on white background

This text has color #B4B9BC on white background.


Black color preview on #B4B9BC background

This text has black color on #B4B9BC background.


White color preview on #B4B9BC background

This text has white color on #B4B9BC background.


Related colors

Complementary color

Complementary color for #hex is #4B4643.


I love getcolorcode.com

Triadic colors

1 #BCB4B9 and #B9BCB4 with #B4B9BC are triadic colors.

2 #BCB9B4 and #B9B4BC with #B4B9BC are triadic colors.