COLOR #BDAAAE

HEX: #BDAAAE RGB: (189,170,174)

Color info

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

RGB color model

#BDAAAE color RGB value is (189,170,174).

RGB: (189,170,174) (74%, 67%, 68%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 174 of 255 = 68%

189
170
174

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

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 174 = 533 (100%)
R 189 of 533 ~ 35.46%
G 170 of 533 ~ 31.89%
B 174 of 533 ~ 32.65'%

%35.46
%31.89
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK: (0,10,8,26) C0M10Y8K26 (0%,10%,8%,26%) (0.00/0.10/0.08/0.26) 

CMYK percentages

%0
%10.05
%7.94
%25.88

Codes

Color #BDAAAE in popluar color models

BD AA AE
RGB 189 170 174
HSL 347° 12.58% 70.39%
HSB/HSV 347° 10.05% 74.12%
CMYK 0.00% 10.05% 7.94%
25.88%

Color #BDAAAE in popluar number systems.

HEX BD AA AE
Decimal 189 170 174
Binary 10111101 10101010 10101110
Octal 275 252 256

Shades and tints

Shades of #BDAAAE

#BDAAAE
(189,170,174)
#AC9B9F
(172,155,159)
#9B8C90
(155,140,144)
#8A7D81
(138,125,129)
#796E72
(121,110,114)
#685F63
(104,95,99)
#575054
(87,80,84)
#464145
(70,65,69)
#353236
(53,50,54)
#242327
(36,35,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDAAAE

#BDAAAE
(189,170,174)
#C3B1B5
(195,177,181)
#C9B8BC
(201,184,188)
#CFBFC3
(207,191,195)
#D5C6CA
(213,198,202)
#DBCDD1
(219,205,209)
#E1D4D8
(225,212,216)
#E7DBDF
(231,219,223)
#EDE2E6
(237,226,230)
#F3E9ED
(243,233,237)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAAE; }

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

This text font color is #BDAAAE.

Background Color

.myBgColor { background-color: #BDAAAE; }

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

This div background color is #BDAAAE.

Border color

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

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

This div border color is #BDAAAE.

Opacity

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

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

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

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

This text has shadow with #BDAAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAAE.

Preview

Color preview on black background

This text has color #BDAAAE on black background.


Color preview on white background

This text has color #BDAAAE on white background.


Black color preview on #BDAAAE background

This text has black color on #BDAAAE background.


White color preview on #BDAAAE background

This text has white color on #BDAAAE background.


Related colors

Complementary color

Complementary color for #hex is #425551.


I love getcolorcode.com

Triadic colors

1 #AEBDAA and #AAAEBD with #BDAAAE are triadic colors.

2 #AEAABD and #AABDAE with #BDAAAE are triadic colors.