COLOR #B5B9BC

HEX: #B5B9BC RGB: (181,185,188)

Color info

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

RGB color model

#B5B9BC color RGB value is (181,185,188).

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

RGB channels and saturation

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

181
185
188

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

Portions of RGB colors in percentages

R + G + B = 181 + 185 + 188 = 554 (100%)
R 181 of 554 ~ 32.67%
G 185 of 554 ~ 33.39%
B 188 of 554 ~ 33.94'%

%32.67
%33.39
%33.94

CMYK color model

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

  • cyan value is 3.72%
  • 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

%3.72
%1.6
%0
%26.27

Codes

Color #B5B9BC in popluar color models

B5 B9 BC
RGB 181 185 188
HSL 206° 4.96% 72.35%
HSB/HSV 206° 3.72% 73.73%
CMYK 3.72% 1.60% 0.00%
26.27%

Color #B5B9BC in popluar number systems.

HEX B5 B9 BC
Decimal 181 185 188
Binary 10110101 10111001 10111100
Octal 265 271 274

Shades and tints

Shades of #B5B9BC

#B5B9BC
(181,185,188)
#A5A9AB
(165,169,171)
#95999A
(149,153,154)
#858989
(133,137,137)
#757978
(117,121,120)
#656967
(101,105,103)
#555956
(85,89,86)
#454945
(69,73,69)
#353934
(53,57,52)
#252923
(37,41,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5B9BC

#B5B9BC
(181,185,188)
#BBBFC2
(187,191,194)
#C1C5C8
(193,197,200)
#C7CBCE
(199,203,206)
#CDD1D4
(205,209,212)
#D3D7DA
(211,215,218)
#D9DDE0
(217,221,224)
#DFE3E6
(223,227,230)
#E5E9EC
(229,233,236)
#EBEFF2
(235,239,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B9BC; }

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

This text font color is #B5B9BC.

Background Color

.myBgColor { background-color: #B5B9BC; }

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

This div background color is #B5B9BC.

Border color

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

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

This div border color is #B5B9BC.

Opacity

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

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

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

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

This text has shadow with #B5B9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B9BC.

Preview

Color preview on black background

This text has color #B5B9BC on black background.


Color preview on white background

This text has color #B5B9BC on white background.


Black color preview on #B5B9BC background

This text has black color on #B5B9BC background.


White color preview on #B5B9BC background

This text has white color on #B5B9BC background.


Related colors

Complementary color

Complementary color for #hex is #4A4643.


I love getcolorcode.com

Triadic colors

1 #BCB5B9 and #B9BCB5 with #B5B9BC are triadic colors.

2 #BCB9B5 and #B9B5BC with #B5B9BC are triadic colors.