COLOR #BDAAC5

HEX: #BDAAC5 RGB: (189,170,197)

Color info

#BDAAC5 contains red, green and blue colors in about the same proportion. Web safe color of #BDAAC5 is #CC99CC (or #C9C).

RGB color model

#BDAAC5 color RGB value is (189,170,197).

RGB: (189,170,197) (74%, 67%, 77%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 197 of 255 = 77%

189
170
197

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

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 197 = 556 (100%)
R 189 of 556 ~ 33.99%
G 170 of 556 ~ 30.58%
B 197 of 556 ~ 35.43'%

%33.99
%30.58
%35.43

CMYK color model

#BDAAC5 color CMYK value is (4,14,0,23).

  • cyan value is 4.06%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,14,0,23)
C4M14Y0K23 (4%, 14%, 0%, 23%)
(0.04 / 0.14 / 0.00 / 0.23)

CMYK percentages

%4.06
%13.71
%0
%22.75

Codes

Color #BDAAC5 in popluar color models

BD AA C5
RGB 189 170 197
HSL 282° 18.88% 71.96%
HSB/HSV 282° 13.71% 77.25%
CMYK 4.06% 13.71% 0.00%
22.75%

Color #BDAAC5 in popluar number systems.

HEX BD AA C5
Decimal 189 170 197
Binary 10111101 10101010 11000101
Octal 275 252 305

Shades and tints

Shades of #BDAAC5

#BDAAC5
(189,170,197)
#AC9BB4
(172,155,180)
#9B8CA3
(155,140,163)
#8A7D92
(138,125,146)
#796E81
(121,110,129)
#685F70
(104,95,112)
#57505F
(87,80,95)
#46414E
(70,65,78)
#35323D
(53,50,61)
#24232C
(36,35,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDAAC5

#BDAAC5
(189,170,197)
#C3B1CA
(195,177,202)
#C9B8CF
(201,184,207)
#CFBFD4
(207,191,212)
#D5C6D9
(213,198,217)
#DBCDDE
(219,205,222)
#E1D4E3
(225,212,227)
#E7DBE8
(231,219,232)
#EDE2ED
(237,226,237)
#F3E9F2
(243,233,242)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAC5; }

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

This text font color is #BDAAC5.

Background Color

.myBgColor { background-color: #BDAAC5; }

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

This div background color is #BDAAC5.

Border color

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

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

This div border color is #BDAAC5.

Opacity

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

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

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

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

This text has shadow with #BDAAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAC5.

Preview

Color preview on black background

This text has color #BDAAC5 on black background.


Color preview on white background

This text has color #BDAAC5 on white background.


Black color preview on #BDAAC5 background

This text has black color on #BDAAC5 background.


White color preview on #BDAAC5 background

This text has white color on #BDAAC5 background.


Related colors

Complementary color

Complementary color for #hex is #42553A.


I love getcolorcode.com

Triadic colors

1 #C5BDAA and #AAC5BD with #BDAAC5 are triadic colors.

2 #C5AABD and #AABDC5 with #BDAAC5 are triadic colors.