COLOR #B5BEBC

HEX: #B5BEBC RGB: (181,190,188)

Color info

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

RGB color model

#B5BEBC color RGB value is (181,190,188).

RGB: (181,190,188) (71%, 75%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 188 of 255 = 74%

181
190
188

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

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 188 = 559 (100%)
R 181 of 559 ~ 32.38%
G 190 of 559 ~ 33.99%
B 188 of 559 ~ 33.63'%

%32.38
%33.99
%33.63

CMYK color model

#B5BEBC color CMYK value is (5,0,1,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK: (5,0,1,25) C5M0Y1K25 (5%,0%,1%,25%) (0.05/0.00/0.01/0.25) 

CMYK percentages

%4.74
%0
%1.05
%25.49

Codes

Color #B5BEBC in popluar color models

B5 BE BC
RGB 181 190 188
HSL 167° 6.47% 72.75%
HSB/HSV 167° 4.74% 74.51%
CMYK 4.74% 0.00% 1.05%
25.49%

Color #B5BEBC in popluar number systems.

HEX B5 BE BC
Decimal 181 190 188
Binary 10110101 10111110 10111100
Octal 265 276 274

Shades and tints

Shades of #B5BEBC

#B5BEBC
(181,190,188)
#A5ADAB
(165,173,171)
#959C9A
(149,156,154)
#858B89
(133,139,137)
#757A78
(117,122,120)
#656967
(101,105,103)
#555856
(85,88,86)
#454745
(69,71,69)
#353634
(53,54,52)
#252523
(37,37,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5BEBC

#B5BEBC
(181,190,188)
#BBC3C2
(187,195,194)
#C1C8C8
(193,200,200)
#C7CDCE
(199,205,206)
#CDD2D4
(205,210,212)
#D3D7DA
(211,215,218)
#D9DCE0
(217,220,224)
#DFE1E6
(223,225,230)
#E5E6EC
(229,230,236)
#EBEBF2
(235,235,242)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEBC; }

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

This text font color is #B5BEBC.

Background Color

.myBgColor { background-color: #B5BEBC; }

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

This div background color is #B5BEBC.

Border color

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

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

This div border color is #B5BEBC.

Opacity

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

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

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

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

This text has shadow with #B5BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BEBC.

Preview

Color preview on black background

This text has color #B5BEBC on black background.


Color preview on white background

This text has color #B5BEBC on white background.


Black color preview on #B5BEBC background

This text has black color on #B5BEBC background.


White color preview on #B5BEBC background

This text has white color on #B5BEBC background.


Related colors

Complementary color

Complementary color for #hex is #4A4143.


I love getcolorcode.com

Triadic colors

1 #BCB5BE and #BEBCB5 with #B5BEBC are triadic colors.

2 #BCBEB5 and #BEB5BC with #B5BEBC are triadic colors.