COLOR #B2BEBA

HEX: #B2BEBA RGB: (178,190,186)

Color info

#B2BEBA contains red, green and blue colors in about the same proportion. Web safe color of #B2BEBA is #99CCCC (or #9CC).

RGB color model

#B2BEBA color RGB value is (178,190,186).

RGB: (178,190,186) (70%, 75%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 186 of 255 = 73%

178
190
186

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

Portions of RGB colors in percentages

R + G + B = 178 + 190 + 186 = 554 (100%)
R 178 of 554 ~ 32.13%
G 190 of 554 ~ 34.3%
B 186 of 554 ~ 33.57'%

%32.13
%34.3
%33.57

CMYK color model

#B2BEBA color CMYK value is (6,0,2,25).

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

CMYK: (6,0,2,25)
C6M0Y2K25 (6%, 0%, 2%, 25%)
(0.06 / 0.00 / 0.02 / 0.25)

CMYK percentages

%6.32
%0
%2.11
%25.49

Codes

Color #B2BEBA in popluar color models

B2 BE BA
RGB 178 190 186
HSL 160° 8.45% 72.16%
HSB/HSV 160° 6.32% 74.51%
CMYK 6.32% 0.00% 2.11%
25.49%

Color #B2BEBA in popluar number systems.

HEX B2 BE BA
Decimal 178 190 186
Binary 10110010 10111110 10111010
Octal 262 276 272

Shades and tints

Shades of #B2BEBA

#B2BEBA
(178,190,186)
#A2ADAA
(162,173,170)
#929C9A
(146,156,154)
#828B8A
(130,139,138)
#727A7A
(114,122,122)
#62696A
(98,105,106)
#52585A
(82,88,90)
#42474A
(66,71,74)
#32363A
(50,54,58)
#22252A
(34,37,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #B2BEBA

#B2BEBA
(178,190,186)
#B9C3C0
(185,195,192)
#C0C8C6
(192,200,198)
#C7CDCC
(199,205,204)
#CED2D2
(206,210,210)
#D5D7D8
(213,215,216)
#DCDCDE
(220,220,222)
#E3E1E4
(227,225,228)
#EAE6EA
(234,230,234)
#F1EBF0
(241,235,240)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEBA; }

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

This text font color is #B2BEBA.

Background Color

.myBgColor { background-color: #B2BEBA; }

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

This div background color is #B2BEBA.

Border color

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

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

This div border color is #B2BEBA.

Opacity

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

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

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

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

This text has shadow with #B2BEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BEBA.

Preview

Color preview on black background

This text has color #B2BEBA on black background.


Color preview on white background

This text has color #B2BEBA on white background.


Black color preview on #B2BEBA background

This text has black color on #B2BEBA background.


White color preview on #B2BEBA background

This text has white color on #B2BEBA background.


Related colors

Complementary color

Complementary color for #hex is #4D4145.


I love getcolorcode.com

Triadic colors

1 #BAB2BE and #BEBAB2 with #B2BEBA are triadic colors.

2 #BABEB2 and #BEB2BA with #B2BEBA are triadic colors.