COLOR #B4BEBA

HEX: #B4BEBA RGB: (180,190,186)

Color info

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

RGB color model

#B4BEBA color RGB value is (180,190,186).

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

RGB channels and saturation

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

180
190
186

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

Portions of RGB colors in percentages

R + G + B = 180 + 190 + 186 = 556 (100%)
R 180 of 556 ~ 32.37%
G 190 of 556 ~ 34.17%
B 186 of 556 ~ 33.45'%

%32.37
%34.17
%33.45

CMYK color model

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

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

%5.26
%0
%2.11
%25.49

Codes

Color #B4BEBA in popluar color models

B4 BE BA
RGB 180 190 186
HSL 156° 7.14% 72.55%
HSB/HSV 156° 5.26% 74.51%
CMYK 5.26% 0.00% 2.11%
25.49%

Color #B4BEBA in popluar number systems.

HEX B4 BE BA
Decimal 180 190 186
Binary 10110100 10111110 10111010
Octal 264 276 272

Shades and tints

Shades of #B4BEBA

#B4BEBA
(180,190,186)
#A4ADAA
(164,173,170)
#949C9A
(148,156,154)
#848B8A
(132,139,138)
#747A7A
(116,122,122)
#64696A
(100,105,106)
#54585A
(84,88,90)
#44474A
(68,71,74)
#34363A
(52,54,58)
#24252A
(36,37,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B4BEBA

#B4BEBA
(180,190,186)
#BAC3C0
(186,195,192)
#C0C8C6
(192,200,198)
#C6CDCC
(198,205,204)
#CCD2D2
(204,210,210)
#D2D7D8
(210,215,216)
#D8DCDE
(216,220,222)
#DEE1E4
(222,225,228)
#E4E6EA
(228,230,234)
#EAEBF0
(234,235,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEBA; }

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

This text font color is #B4BEBA.

Background Color

.myBgColor { background-color: #B4BEBA; }

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

This div background color is #B4BEBA.

Border color

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

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

This div border color is #B4BEBA.

Opacity

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

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

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

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

This text has shadow with #B4BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BEBA.

Preview

Color preview on black background

This text has color #B4BEBA on black background.


Color preview on white background

This text has color #B4BEBA on white background.


Black color preview on #B4BEBA background

This text has black color on #B4BEBA background.


White color preview on #B4BEBA background

This text has white color on #B4BEBA background.


Related colors

Complementary color

Complementary color for #hex is #4B4145.


I love getcolorcode.com

Triadic colors

1 #BAB4BE and #BEBAB4 with #B4BEBA are triadic colors.

2 #BABEB4 and #BEB4BA with #B4BEBA are triadic colors.