COLOR #BDAAAB

HEX: #BDAAAB RGB: (189,170,171)

Color info

#BDAAAB contains red, green and blue colors in about the same proportion. Web safe color of #BDAAAB is #CC9999 (or #C99).

RGB color model

#BDAAAB color RGB value is (189,170,171).

RGB: (189,170,171) (74%, 67%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 171 of 255 = 67%

189
170
171

R + G + B ~ 69%. #BDAAAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 171 = 530 (100%)
R 189 of 530 ~ 35.66%
G 170 of 530 ~ 32.08%
B 171 of 530 ~ 32.26'%

%35.66
%32.08
%32.26

CMYK color model

#BDAAAB color CMYK value is (0,10,10,26).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 9.52%
  • key color value is 25.88%

CMYK: (0,10,10,26)
C0M10Y10K26 (0%, 10%, 10%, 26%)
(0.00 / 0.10 / 0.10 / 0.26)

CMYK percentages

%0
%10.05
%9.52
%25.88

Codes

Color #BDAAAB in popluar color models

BD AA AB
RGB 189 170 171
HSL 357° 12.58% 70.39%
HSB/HSV 357° 10.05% 74.12%
CMYK 0.00% 10.05% 9.52%
25.88%

Color #BDAAAB in popluar number systems.

HEX BD AA AB
Decimal 189 170 171
Binary 10111101 10101010 10101011
Octal 275 252 253

Shades and tints

Shades of #BDAAAB

#BDAAAB
(189,170,171)
#AC9B9C
(172,155,156)
#9B8C8D
(155,140,141)
#8A7D7E
(138,125,126)
#796E6F
(121,110,111)
#685F60
(104,95,96)
#575051
(87,80,81)
#464142
(70,65,66)
#353233
(53,50,51)
#242324
(36,35,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDAAAB

#BDAAAB
(189,170,171)
#C3B1B2
(195,177,178)
#C9B8B9
(201,184,185)
#CFBFC0
(207,191,192)
#D5C6C7
(213,198,199)
#DBCDCE
(219,205,206)
#E1D4D5
(225,212,213)
#E7DBDC
(231,219,220)
#EDE2E3
(237,226,227)
#F3E9EA
(243,233,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAAAB color. Also use rgb(189,170,171) instead hex code.

Text Font Color

.myTextColor { color: #BDAAAB; }

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

This text font color is #BDAAAB.

Background Color

.myBgColor { background-color: #BDAAAB; }

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

This div background color is #BDAAAB.

Border color

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

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

This div border color is #BDAAAB.

Opacity

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

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

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

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

This text has shadow with #BDAAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAAB.

Preview

Color preview on black background

This text has color #BDAAAB on black background.


Color preview on white background

This text has color #BDAAAB on white background.


Black color preview on #BDAAAB background

This text has black color on #BDAAAB background.


White color preview on #BDAAAB background

This text has white color on #BDAAAB background.


Related colors

Complementary color

Complementary color for #hex is #425554.


I love getcolorcode.com

Triadic colors

1 #ABBDAA and #AAABBD with #BDAAAB are triadic colors.

2 #ABAABD and #AABDAB with #BDAAAB are triadic colors.