COLOR #BDBEB5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
190
181

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

Portions of RGB colors in percentages

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

%33.75
%33.93
%32.32

CMYK color model

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

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

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

CMYK percentages

%0.53
%0
%4.74
%25.49

Codes

Color #BDBEB5 in popluar color models

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

Color #BDBEB5 in popluar number systems.

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

Shades and tints

Shades of #BDBEB5

#BDBEB5
(189,190,181)
#ACADA5
(172,173,165)
#9B9C95
(155,156,149)
#8A8B85
(138,139,133)
#797A75
(121,122,117)
#686965
(104,105,101)
#575855
(87,88,85)
#464745
(70,71,69)
#353635
(53,54,53)
#242525
(36,37,37)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDBEB5

#BDBEB5
(189,190,181)
#C3C3BB
(195,195,187)
#C9C8C1
(201,200,193)
#CFCDC7
(207,205,199)
#D5D2CD
(213,210,205)
#DBD7D3
(219,215,211)
#E1DCD9
(225,220,217)
#E7E1DF
(231,225,223)
#EDE6E5
(237,230,229)
#F3EBEB
(243,235,235)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEB5; }

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

This text font color is #BDBEB5.

Background Color

.myBgColor { background-color: #BDBEB5; }

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

This div background color is #BDBEB5.

Border color

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

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

This div border color is #BDBEB5.

Opacity

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

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

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

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

This text has shadow with #BDBEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBEB5.

Preview

Color preview on black background

This text has color #BDBEB5 on black background.


Color preview on white background

This text has color #BDBEB5 on white background.


Black color preview on #BDBEB5 background

This text has black color on #BDBEB5 background.


White color preview on #BDBEB5 background

This text has white color on #BDBEB5 background.


Related colors

Complementary color

Complementary color for #hex is #42414A.


I love getcolorcode.com

Triadic colors

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

2 #B5BEBD and #BEBDB5 with #BDBEB5 are triadic colors.