COLOR #BEB5BD

HEX: #BEB5BD RGB: (190,181,189)

Color info

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

RGB color model

#BEB5BD color RGB value is (190,181,189).

RGB: (190,181,189) (75%, 71%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 189 of 255 = 74%

190
181
189

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

Portions of RGB colors in percentages

R + G + B = 190 + 181 + 189 = 560 (100%)
R 190 of 560 ~ 33.93%
G 181 of 560 ~ 32.32%
B 189 of 560 ~ 33.75'%

%33.93
%32.32
%33.75

CMYK color model

#BEB5BD color CMYK value is (0,5,1,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 0.53%
  • key color value is 25.49%

CMYK: (0,5,1,25)
C0M5Y1K25 (0%, 5%, 1%, 25%)
(0.00 / 0.05 / 0.01 / 0.25)

CMYK percentages

%0
%4.74
%0.53
%25.49

Codes

Color #BEB5BD in popluar color models

BE B5 BD
RGB 190 181 189
HSL 307° 6.47% 72.75%
HSB/HSV 307° 4.74% 74.51%
CMYK 0.00% 4.74% 0.53%
25.49%

Color #BEB5BD in popluar number systems.

HEX BE B5 BD
Decimal 190 181 189
Binary 10111110 10110101 10111101
Octal 276 265 275

Shades and tints

Shades of #BEB5BD

#BEB5BD
(190,181,189)
#ADA5AC
(173,165,172)
#9C959B
(156,149,155)
#8B858A
(139,133,138)
#7A7579
(122,117,121)
#696568
(105,101,104)
#585557
(88,85,87)
#474546
(71,69,70)
#363535
(54,53,53)
#252524
(37,37,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEB5BD

#BEB5BD
(190,181,189)
#C3BBC3
(195,187,195)
#C8C1C9
(200,193,201)
#CDC7CF
(205,199,207)
#D2CDD5
(210,205,213)
#D7D3DB
(215,211,219)
#DCD9E1
(220,217,225)
#E1DFE7
(225,223,231)
#E6E5ED
(230,229,237)
#EBEBF3
(235,235,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5BD color. Also use rgb(190,181,189) instead hex code.

Text Font Color

.myTextColor { color: #BEB5BD; }

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

This text font color is #BEB5BD.

Background Color

.myBgColor { background-color: #BEB5BD; }

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

This div background color is #BEB5BD.

Border color

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

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

This div border color is #BEB5BD.

Opacity

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

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

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

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

This text has shadow with #BEB5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB5BD.

Preview

Color preview on black background

This text has color #BEB5BD on black background.


Color preview on white background

This text has color #BEB5BD on white background.


Black color preview on #BEB5BD background

This text has black color on #BEB5BD background.


White color preview on #BEB5BD background

This text has white color on #BEB5BD background.


Related colors

Complementary color

Complementary color for #hex is #414A42.


I love getcolorcode.com

Triadic colors

1 #BDBEB5 and #B5BDBE with #BEB5BD are triadic colors.

2 #BDB5BE and #B5BEBD with #BEB5BD are triadic colors.