COLOR #BDBAB8

HEX: #BDBAB8 RGB: (189,186,184)

Color info

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

RGB color model

#BDBAB8 color RGB value is (189,186,184).

RGB: (189,186,184) (74%, 73%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 184 of 255 = 72%

189
186
184

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

Portions of RGB colors in percentages

R + G + B = 189 + 186 + 184 = 559 (100%)
R 189 of 559 ~ 33.81%
G 186 of 559 ~ 33.27%
B 184 of 559 ~ 32.92'%

%33.81
%33.27
%32.92

CMYK color model

#BDBAB8 color CMYK value is (0,2,3,26).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 2.65%
  • key color value is 25.88%

CMYK: (0,2,3,26)
C0M2Y3K26 (0%, 2%, 3%, 26%)
(0.00 / 0.02 / 0.03 / 0.26)

CMYK percentages

%0
%1.59
%2.65
%25.88

Codes

Color #BDBAB8 in popluar color models

BD BA B8
RGB 189 186 184
HSL 24° 3.65% 73.14%
HSB/HSV 24° 2.65% 74.12%
CMYK 0.00% 1.59% 2.65%
25.88%

Color #BDBAB8 in popluar number systems.

HEX BD BA B8
Decimal 189 186 184
Binary 10111101 10111010 10111000
Octal 275 272 270

Shades and tints

Shades of #BDBAB8

#BDBAB8
(189,186,184)
#ACAAA8
(172,170,168)
#9B9A98
(155,154,152)
#8A8A88
(138,138,136)
#797A78
(121,122,120)
#686A68
(104,106,104)
#575A58
(87,90,88)
#464A48
(70,74,72)
#353A38
(53,58,56)
#242A28
(36,42,40)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDBAB8

#BDBAB8
(189,186,184)
#C3C0BE
(195,192,190)
#C9C6C4
(201,198,196)
#CFCCCA
(207,204,202)
#D5D2D0
(213,210,208)
#DBD8D6
(219,216,214)
#E1DEDC
(225,222,220)
#E7E4E2
(231,228,226)
#EDEAE8
(237,234,232)
#F3F0EE
(243,240,238)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAB8; }

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

This text font color is #BDBAB8.

Background Color

.myBgColor { background-color: #BDBAB8; }

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

This div background color is #BDBAB8.

Border color

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

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

This div border color is #BDBAB8.

Opacity

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

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

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

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

This text has shadow with #BDBAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBAB8.

Preview

Color preview on black background

This text has color #BDBAB8 on black background.


Color preview on white background

This text has color #BDBAB8 on white background.


Black color preview on #BDBAB8 background

This text has black color on #BDBAB8 background.


White color preview on #BDBAB8 background

This text has white color on #BDBAB8 background.


Related colors

Complementary color

Complementary color for #hex is #424547.


I love getcolorcode.com

Triadic colors

1 #B8BDBA and #BAB8BD with #BDBAB8 are triadic colors.

2 #B8BABD and #BABDB8 with #BDBAB8 are triadic colors.