COLOR #BDAAC1

HEX: #BDAAC1 RGB: (189,170,193)

Color info

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

RGB color model

#BDAAC1 color RGB value is (189,170,193).

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

RGB channels and saturation

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

189
170
193

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

Portions of RGB colors in percentages

R + G + B = 189 + 170 + 193 = 552 (100%)
R 189 of 552 ~ 34.24%
G 170 of 552 ~ 30.8%
B 193 of 552 ~ 34.96'%

%34.24
%30.8
%34.96

CMYK color model

#BDAAC1 color CMYK value is (2,12,0,24).

  • cyan value is 2.07%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (2,12,0,24)
C2M12Y0K24 (2%, 12%, 0%, 24%)
(0.02 / 0.12 / 0.00 / 0.24)

CMYK percentages

%2.07
%11.92
%0
%24.31

Codes

Color #BDAAC1 in popluar color models

BD AA C1
RGB 189 170 193
HSL 290° 15.65% 71.18%
HSB/HSV 290° 11.92% 75.69%
CMYK 2.07% 11.92% 0.00%
24.31%

Color #BDAAC1 in popluar number systems.

HEX BD AA C1
Decimal 189 170 193
Binary 10111101 10101010 11000001
Octal 275 252 301

Shades and tints

Shades of #BDAAC1

#BDAAC1
(189,170,193)
#AC9BB0
(172,155,176)
#9B8C9F
(155,140,159)
#8A7D8E
(138,125,142)
#796E7D
(121,110,125)
#685F6C
(104,95,108)
#57505B
(87,80,91)
#46414A
(70,65,74)
#353239
(53,50,57)
#242328
(36,35,40)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #BDAAC1

#BDAAC1
(189,170,193)
#C3B1C6
(195,177,198)
#C9B8CB
(201,184,203)
#CFBFD0
(207,191,208)
#D5C6D5
(213,198,213)
#DBCDDA
(219,205,218)
#E1D4DF
(225,212,223)
#E7DBE4
(231,219,228)
#EDE2E9
(237,226,233)
#F3E9EE
(243,233,238)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAAC1; }

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

This text font color is #BDAAC1.

Background Color

.myBgColor { background-color: #BDAAC1; }

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

This div background color is #BDAAC1.

Border color

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

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

This div border color is #BDAAC1.

Opacity

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

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

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

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

This text has shadow with #BDAAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAAC1.

Preview

Color preview on black background

This text has color #BDAAC1 on black background.


Color preview on white background

This text has color #BDAAC1 on white background.


Black color preview on #BDAAC1 background

This text has black color on #BDAAC1 background.


White color preview on #BDAAC1 background

This text has white color on #BDAAC1 background.


Related colors

Complementary color

Complementary color for #hex is #42553E.


I love getcolorcode.com

Triadic colors

1 #C1BDAA and #AAC1BD with #BDAAC1 are triadic colors.

2 #C1AABD and #AABDC1 with #BDAAC1 are triadic colors.