COLOR #B5BFBA

HEX: #B5BFBA RGB: (181,191,186)

Color info

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

RGB color model

#B5BFBA color RGB value is (181,191,186).

RGB: (181,191,186) (71%, 75%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 186 of 255 = 73%

181
191
186

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

Portions of RGB colors in percentages

R + G + B = 181 + 191 + 186 = 558 (100%)
R 181 of 558 ~ 32.44%
G 191 of 558 ~ 34.23%
B 186 of 558 ~ 33.33'%

%32.44
%34.23
%33.33

CMYK color model

#B5BFBA color CMYK value is (5,0,3,25).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 25.10%

CMYK: (5,0,3,25)
C5M0Y3K25 (5%, 0%, 3%, 25%)
(0.05 / 0.00 / 0.03 / 0.25)

CMYK percentages

%5.24
%0
%2.62
%25.1

Codes

Color #B5BFBA in popluar color models

B5 BF BA
RGB 181 191 186
HSL 150° 7.25% 72.94%
HSB/HSV 150° 5.24% 74.90%
CMYK 5.24% 0.00% 2.62%
25.10%

Color #B5BFBA in popluar number systems.

HEX B5 BF BA
Decimal 181 191 186
Binary 10110101 10111111 10111010
Octal 265 277 272

Shades and tints

Shades of #B5BFBA

#B5BFBA
(181,191,186)
#A5AEAA
(165,174,170)
#959D9A
(149,157,154)
#858C8A
(133,140,138)
#757B7A
(117,123,122)
#656A6A
(101,106,106)
#55595A
(85,89,90)
#45484A
(69,72,74)
#35373A
(53,55,58)
#25262A
(37,38,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5BFBA

#B5BFBA
(181,191,186)
#BBC4C0
(187,196,192)
#C1C9C6
(193,201,198)
#C7CECC
(199,206,204)
#CDD3D2
(205,211,210)
#D3D8D8
(211,216,216)
#D9DDDE
(217,221,222)
#DFE2E4
(223,226,228)
#E5E7EA
(229,231,234)
#EBECF0
(235,236,240)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BFBA color. Also use rgb(181,191,186) instead hex code.

Text Font Color

.myTextColor { color: #B5BFBA; }

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

This text font color is #B5BFBA.

Background Color

.myBgColor { background-color: #B5BFBA; }

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

This div background color is #B5BFBA.

Border color

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

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

This div border color is #B5BFBA.

Opacity

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

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

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

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

This text has shadow with #B5BFBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BFBA.

Preview

Color preview on black background

This text has color #B5BFBA on black background.


Color preview on white background

This text has color #B5BFBA on white background.


Black color preview on #B5BFBA background

This text has black color on #B5BFBA background.


White color preview on #B5BFBA background

This text has white color on #B5BFBA background.


Related colors

Complementary color

Complementary color for #hex is #4A4045.


I love getcolorcode.com

Triadic colors

1 #BAB5BF and #BFBAB5 with #B5BFBA are triadic colors.

2 #BABFB5 and #BFB5BA with #B5BFBA are triadic colors.