COLOR #BDBAB5

HEX: #BDBAB5
RGB: (189,186,181)

Color info

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

RGB color model

#BDBAB5 color RGB value is (189,186,181).

  • red value is 189;
  • green value is 186;
  • blue value is 181.
RGB:
(189,186,181)
(74%,73%,71%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 181 of 255 = 71%

189
186
181

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

Portions of RGB colors in percentages

R + G + B =
189 + 186 + 181 = 556 (100%)
R 189 of 556 ~ 33.99%
G 186 of 556 ~ 33.45%
B 181 of 556 ~ 32.55%

%33.99
%33.45
%32.55

CMYK color model

#BDBAB5 color CMYK value is (0,2,4,26).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(0,2,4,26)
C0M2Y4K26 
(0%,2%,4%,26%)
(0.00/0.02/0.04/0.26)	

CMYK percentages

%0
%1.59
%4.23
%25.88

Codes

Color #BDBAB5 in popluar color models

BDBAB5
RGB189186181
HSL37°5.71%72.55%
HSB/HSV37°4.23%74.12%
CMYK0.00%1.59%4.23%
25.88%

Color #BDBAB5 in popluar number systems.

HEXBDBAB5
Decimal189186181
Binary101111011011101010110101
Octal275272265

Shades and tints

Shades of #BDBAB5

#BDBAB5
(189,186,181)
#ACAAA5
(172,170,165)
#9B9A95
(155,154,149)
#8A8A85
(138,138,133)
#797A75
(121,122,117)
#686A65
(104,106,101)
#575A55
(87,90,85)
#464A45
(70,74,69)
#353A35
(53,58,53)
#242A25
(36,42,37)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #BDBAB5

#BDBAB5
(189,186,181)
#C3C0BB
(195,192,187)
#C9C6C1
(201,198,193)
#CFCCC7
(207,204,199)
#D5D2CD
(213,210,205)
#DBD8D3
(219,216,211)
#E1DED9
(225,222,217)
#E7E4DF
(231,228,223)
#EDEAE5
(237,234,229)
#F3F0EB
(243,240,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAB5; }

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

This text font color is #BDBAB5.


Background Color

.myBgColor { background-color: #BDBAB5; }

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

This div background color is #BDBAB5.


Border color

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

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

This div border color is #BDBAB5.


Opacity

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

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

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

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

This text has shadow with #BDBAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBAB5 on black background.


Color preview on white background

This text has color #BDBAB5 on white background.



Black color preview on #BDBAB5 background

This text has black color on #BDBAB5 background.


White color preview on #BDBAB5 background

This text has white color on #BDBAB5 background.