COLOR #B9BEBB

HEX: #B9BEBB RGB: (185,190,187)

Color info

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

RGB color model

#B9BEBB color RGB value is (185,190,187).

RGB: (185,190,187) (73%, 75%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 187 of 255 = 73%

185
190
187

R + G + B ~ 74%. #B9BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 187 = 562 (100%)
R 185 of 562 ~ 32.92%
G 190 of 562 ~ 33.81%
B 187 of 562 ~ 33.27'%

%32.92
%33.81
%33.27

CMYK color model

#B9BEBB color CMYK value is (3,0,2,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%

CMYK: (3,0,2,25)
C3M0Y2K25 (3%, 0%, 2%, 25%)
(0.03 / 0.00 / 0.02 / 0.25)

CMYK percentages

%2.63
%0
%1.58
%25.49

Codes

Color #B9BEBB in popluar color models

B9 BE BB
RGB 185 190 187
HSL 144° 3.70% 73.53%
HSB/HSV 144° 2.63% 74.51%
CMYK 2.63% 0.00% 1.58%
25.49%

Color #B9BEBB in popluar number systems.

HEX B9 BE BB
Decimal 185 190 187
Binary 10111001 10111110 10111011
Octal 271 276 273

Shades and tints

Shades of #B9BEBB

#B9BEBB
(185,190,187)
#A9ADAA
(169,173,170)
#999C99
(153,156,153)
#898B88
(137,139,136)
#797A77
(121,122,119)
#696966
(105,105,102)
#595855
(89,88,85)
#494744
(73,71,68)
#393633
(57,54,51)
#292522
(41,37,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9BEBB

#B9BEBB
(185,190,187)
#BFC3C1
(191,195,193)
#C5C8C7
(197,200,199)
#CBCDCD
(203,205,205)
#D1D2D3
(209,210,211)
#D7D7D9
(215,215,217)
#DDDCDF
(221,220,223)
#E3E1E5
(227,225,229)
#E9E6EB
(233,230,235)
#EFEBF1
(239,235,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEBB; }

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

This text font color is #B9BEBB.

Background Color

.myBgColor { background-color: #B9BEBB; }

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

This div background color is #B9BEBB.

Border color

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

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

This div border color is #B9BEBB.

Opacity

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

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

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

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

This text has shadow with #B9BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEBB.

Preview

Color preview on black background

This text has color #B9BEBB on black background.


Color preview on white background

This text has color #B9BEBB on white background.


Black color preview on #B9BEBB background

This text has black color on #B9BEBB background.


White color preview on #B9BEBB background

This text has white color on #B9BEBB background.


Related colors

Complementary color

Complementary color for #hex is #464144.


I love getcolorcode.com

Triadic colors

1 #BBB9BE and #BEBBB9 with #B9BEBB are triadic colors.

2 #BBBEB9 and #BEB9BB with #B9BEBB are triadic colors.