COLOR #BDBAA4

HEX: #BDBAA4 RGB: (189,186,164)

Color info

#BDBAA4 contains red, green and blue colors in about the same proportion. Web safe color of #BDBAA4 is #CCCC99 (or #CC9).

RGB color model

#BDBAA4 color RGB value is (189,186,164).

RGB: (189,186,164) (74%, 73%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 164 of 255 = 64%

189
186
164

R + G + B ~ 70%. #BDBAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 186 + 164 = 539 (100%)
R 189 of 539 ~ 35.06%
G 186 of 539 ~ 34.51%
B 164 of 539 ~ 30.43'%

%35.06
%34.51
%30.43

CMYK color model

#BDBAA4 color CMYK value is (0,2,13,26).

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

CMYK: (0,2,13,26)
C0M2Y13K26 (0%, 2%, 13%, 26%)
(0.00 / 0.02 / 0.13 / 0.26)

CMYK percentages

%0
%1.59
%13.23
%25.88

Codes

Color #BDBAA4 in popluar color models

BD BA A4
RGB 189 186 164
HSL 53° 15.92% 69.22%
HSB/HSV 53° 13.23% 74.12%
CMYK 0.00% 1.59% 13.23%
25.88%

Color #BDBAA4 in popluar number systems.

HEX BD BA A4
Decimal 189 186 164
Binary 10111101 10111010 10100100
Octal 275 272 244

Shades and tints

Shades of #BDBAA4

#BDBAA4
(189,186,164)
#ACAA96
(172,170,150)
#9B9A88
(155,154,136)
#8A8A7A
(138,138,122)
#797A6C
(121,122,108)
#686A5E
(104,106,94)
#575A50
(87,90,80)
#464A42
(70,74,66)
#353A34
(53,58,52)
#242A26
(36,42,38)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDBAA4

#BDBAA4
(189,186,164)
#C3C0AC
(195,192,172)
#C9C6B4
(201,198,180)
#CFCCBC
(207,204,188)
#D5D2C4
(213,210,196)
#DBD8CC
(219,216,204)
#E1DED4
(225,222,212)
#E7E4DC
(231,228,220)
#EDEAE4
(237,234,228)
#F3F0EC
(243,240,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBAA4; }

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

This text font color is #BDBAA4.

Background Color

.myBgColor { background-color: #BDBAA4; }

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

This div background color is #BDBAA4.

Border color

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

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

This div border color is #BDBAA4.

Opacity

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

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

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

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

This text has shadow with #BDBAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBAA4.

Preview

Color preview on black background

This text has color #BDBAA4 on black background.


Color preview on white background

This text has color #BDBAA4 on white background.


Black color preview on #BDBAA4 background

This text has black color on #BDBAA4 background.


White color preview on #BDBAA4 background

This text has white color on #BDBAA4 background.


Related colors

Complementary color

Complementary color for #hex is #42455B.


I love getcolorcode.com

Triadic colors

1 #A4BDBA and #BAA4BD with #BDBAA4 are triadic colors.

2 #A4BABD and #BABDA4 with #BDBAA4 are triadic colors.