COLOR #B2BEB9

HEX: #B2BEB9 RGB: (178,190,185)

Color info

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

RGB color model

#B2BEB9 color RGB value is (178,190,185).

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

RGB channels and saturation

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

178
190
185

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

Portions of RGB colors in percentages

R + G + B = 178 + 190 + 185 = 553 (100%)
R 178 of 553 ~ 32.19%
G 190 of 553 ~ 34.36%
B 185 of 553 ~ 33.45'%

%32.19
%34.36
%33.45

CMYK color model

#B2BEB9 color CMYK value is (6,0,3,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK: (6,0,3,25) C6M0Y3K25 (6%,0%,3%,25%) (0.06/0.00/0.03/0.25) 

CMYK percentages

%6.32
%0
%2.63
%25.49

Codes

Color #B2BEB9 in popluar color models

B2 BE B9
RGB 178 190 185
HSL 155° 8.45% 72.16%
HSB/HSV 155° 6.32% 74.51%
CMYK 6.32% 0.00% 2.63%
25.49%

Color #B2BEB9 in popluar number systems.

HEX B2 BE B9
Decimal 178 190 185
Binary 10110010 10111110 10111001
Octal 262 276 271

Shades and tints

Shades of #B2BEB9

#B2BEB9
(178,190,185)
#A2ADA9
(162,173,169)
#929C99
(146,156,153)
#828B89
(130,139,137)
#727A79
(114,122,121)
#626969
(98,105,105)
#525859
(82,88,89)
#424749
(66,71,73)
#323639
(50,54,57)
#222529
(34,37,41)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2BEB9

#B2BEB9
(178,190,185)
#B9C3BF
(185,195,191)
#C0C8C5
(192,200,197)
#C7CDCB
(199,205,203)
#CED2D1
(206,210,209)
#D5D7D7
(213,215,215)
#DCDCDD
(220,220,221)
#E3E1E3
(227,225,227)
#EAE6E9
(234,230,233)
#F1EBEF
(241,235,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEB9; }

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

This text font color is #B2BEB9.

Background Color

.myBgColor { background-color: #B2BEB9; }

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

This div background color is #B2BEB9.

Border color

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

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

This div border color is #B2BEB9.

Opacity

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

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

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

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

This text has shadow with #B2BEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BEB9.

Preview

Color preview on black background

This text has color #B2BEB9 on black background.


Color preview on white background

This text has color #B2BEB9 on white background.


Black color preview on #B2BEB9 background

This text has black color on #B2BEB9 background.


White color preview on #B2BEB9 background

This text has white color on #B2BEB9 background.


Related colors

Complementary color

Complementary color for #hex is #4D4146.


I love getcolorcode.com

Triadic colors

1 #B9B2BE and #BEB9B2 with #B2BEB9 are triadic colors.

2 #B9BEB2 and #BEB2B9 with #B2BEB9 are triadic colors.