COLOR #BDAAC2

HEX: #BDAAC2 RGB: (189,170,194)

Color info

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

RGB color model

#BDAAC2 color RGB value is (189,170,194).

RGB: (189,170,194) (74%, 67%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 170 of 255 = 67%
B 194 of 255 = 76%

189
170
194

R + G + B ~ 72%. #BDAAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 194 = 553 (100%)
R 189 of 553 ~ 34.18%
G 170 of 553 ~ 30.74%
B 194 of 553 ~ 35.08'%

%34.18
%30.74
%35.08

CMYK color model

#BDAAC2 color CMYK value is (3,12,0,24).

  • cyan value is 2.58%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (3,12,0,24) C3M12Y0K24 (3%,12%,0%,24%) (0.03/0.12/0.00/0.24) 

CMYK percentages

%2.58
%12.37
%0
%23.92

Codes

Color #BDAAC2 in popluar color models

BD AA C2
RGB 189 170 194
HSL 288° 16.44% 71.37%
HSB/HSV 288° 12.37% 76.08%
CMYK 2.58% 12.37% 0.00%
23.92%

Color #BDAAC2 in popluar number systems.

HEX BD AA C2
Decimal 189 170 194
Binary 10111101 10101010 11000010
Octal 275 252 302

Shades and tints

Shades of #BDAAC2

#BDAAC2
(189,170,194)
#AC9BB1
(172,155,177)
#9B8CA0
(155,140,160)
#8A7D8F
(138,125,143)
#796E7E
(121,110,126)
#685F6D
(104,95,109)
#57505C
(87,80,92)
#46414B
(70,65,75)
#35323A
(53,50,58)
#242329
(36,35,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDAAC2

#BDAAC2
(189,170,194)
#C3B1C7
(195,177,199)
#C9B8CC
(201,184,204)
#CFBFD1
(207,191,209)
#D5C6D6
(213,198,214)
#DBCDDB
(219,205,219)
#E1D4E0
(225,212,224)
#E7DBE5
(231,219,229)
#EDE2EA
(237,226,234)
#F3E9EF
(243,233,239)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAC2; }

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

This text font color is #BDAAC2.

Background Color

.myBgColor { background-color: #BDAAC2; }

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

This div background color is #BDAAC2.

Border color

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

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

This div border color is #BDAAC2.

Opacity

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

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

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

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

This text has shadow with #BDAAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAC2.

Preview

Color preview on black background

This text has color #BDAAC2 on black background.


Color preview on white background

This text has color #BDAAC2 on white background.


Black color preview on #BDAAC2 background

This text has black color on #BDAAC2 background.


White color preview on #BDAAC2 background

This text has white color on #BDAAC2 background.


Related colors

Complementary color

Complementary color for #hex is #42553D.


I love getcolorcode.com

Triadic colors

1 #C2BDAA and #AAC2BD with #BDAAC2 are triadic colors.

2 #C2AABD and #AABDC2 with #BDAAC2 are triadic colors.