COLOR #B5BEBA

HEX: #B5BEBA RGB: (181,190,186)

Color info

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

RGB color model

#B5BEBA color RGB value is (181,190,186).

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

RGB channels and saturation

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

181
190
186

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

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 186 = 557 (100%)
R 181 of 557 ~ 32.5%
G 190 of 557 ~ 34.11%
B 186 of 557 ~ 33.39'%

%32.5
%34.11
%33.39

CMYK color model

#B5BEBA color CMYK value is (5,0,2,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%

CMYK: (5,0,2,25)
C5M0Y2K25 (5%, 0%, 2%, 25%)
(0.05 / 0.00 / 0.02 / 0.25)

CMYK percentages

%4.74
%0
%2.11
%25.49

Codes

Color #B5BEBA in popluar color models

B5 BE BA
RGB 181 190 186
HSL 153° 6.47% 72.75%
HSB/HSV 153° 4.74% 74.51%
CMYK 4.74% 0.00% 2.11%
25.49%

Color #B5BEBA in popluar number systems.

HEX B5 BE BA
Decimal 181 190 186
Binary 10110101 10111110 10111010
Octal 265 276 272

Shades and tints

Shades of #B5BEBA

#B5BEBA
(181,190,186)
#A5ADAA
(165,173,170)
#959C9A
(149,156,154)
#858B8A
(133,139,138)
#757A7A
(117,122,122)
#65696A
(101,105,106)
#55585A
(85,88,90)
#45474A
(69,71,74)
#35363A
(53,54,58)
#25252A
(37,37,42)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #B5BEBA

#B5BEBA
(181,190,186)
#BBC3C0
(187,195,192)
#C1C8C6
(193,200,198)
#C7CDCC
(199,205,204)
#CDD2D2
(205,210,210)
#D3D7D8
(211,215,216)
#D9DCDE
(217,220,222)
#DFE1E4
(223,225,228)
#E5E6EA
(229,230,234)
#EBEBF0
(235,235,240)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEBA; }

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

This text font color is #B5BEBA.

Background Color

.myBgColor { background-color: #B5BEBA; }

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

This div background color is #B5BEBA.

Border color

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

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

This div border color is #B5BEBA.

Opacity

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

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

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

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

This text has shadow with #B5BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BEBA.

Preview

Color preview on black background

This text has color #B5BEBA on black background.


Color preview on white background

This text has color #B5BEBA on white background.


Black color preview on #B5BEBA background

This text has black color on #B5BEBA background.


White color preview on #B5BEBA background

This text has white color on #B5BEBA background.


Related colors

Complementary color

Complementary color for #hex is #4A4145.


I love getcolorcode.com

Triadic colors

1 #BAB5BE and #BEBAB5 with #B5BEBA are triadic colors.

2 #BABEB5 and #BEB5BA with #B5BEBA are triadic colors.