COLOR #BEB8B9

HEX: #BEB8B9 RGB: (190,184,185)

Color info

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

RGB color model

#BEB8B9 color RGB value is (190,184,185).

RGB: (190,184,185) (75%, 72%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 185 of 255 = 73%

190
184
185

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 185 = 559 (100%)
R 190 of 559 ~ 33.99%
G 184 of 559 ~ 32.92%
B 185 of 559 ~ 33.09'%

%33.99
%32.92
%33.09

CMYK color model

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

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

CMYK: (0,3,3,25)
C0M3Y3K25 (0%, 3%, 3%, 25%)
(0.00 / 0.03 / 0.03 / 0.25)

CMYK percentages

%0
%3.16
%2.63
%25.49

Codes

Color #BEB8B9 in popluar color models

BE B8 B9
RGB 190 184 185
HSL 350° 4.41% 73.33%
HSB/HSV 350° 3.16% 74.51%
CMYK 0.00% 3.16% 2.63%
25.49%

Color #BEB8B9 in popluar number systems.

HEX BE B8 B9
Decimal 190 184 185
Binary 10111110 10111000 10111001
Octal 276 270 271

Shades and tints

Shades of #BEB8B9

#BEB8B9
(190,184,185)
#ADA8A9
(173,168,169)
#9C9899
(156,152,153)
#8B8889
(139,136,137)
#7A7879
(122,120,121)
#696869
(105,104,105)
#585859
(88,88,89)
#474849
(71,72,73)
#363839
(54,56,57)
#252829
(37,40,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #BEB8B9

#BEB8B9
(190,184,185)
#C3BEBF
(195,190,191)
#C8C4C5
(200,196,197)
#CDCACB
(205,202,203)
#D2D0D1
(210,208,209)
#D7D6D7
(215,214,215)
#DCDCDD
(220,220,221)
#E1E2E3
(225,226,227)
#E6E8E9
(230,232,233)
#EBEEEF
(235,238,239)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8B9; }

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

This text font color is #BEB8B9.

Background Color

.myBgColor { background-color: #BEB8B9; }

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

This div background color is #BEB8B9.

Border color

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

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

This div border color is #BEB8B9.

Opacity

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

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

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

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

This text has shadow with #BEB8B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB8B9.

Preview

Color preview on black background

This text has color #BEB8B9 on black background.


Color preview on white background

This text has color #BEB8B9 on white background.


Black color preview on #BEB8B9 background

This text has black color on #BEB8B9 background.


White color preview on #BEB8B9 background

This text has white color on #BEB8B9 background.


Related colors

Complementary color

Complementary color for #hex is #414746.


I love getcolorcode.com

Triadic colors

1 #B9BEB8 and #B8B9BE with #BEB8B9 are triadic colors.

2 #B9B8BE and #B8BEB9 with #BEB8B9 are triadic colors.