COLOR #BDACD0

HEX: #BDACD0 RGB: (189,172,208)

Color info

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

RGB color model

#BDACD0 color RGB value is (189,172,208).

RGB: (189,172,208) (74%, 67%, 82%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 208 of 255 = 82%

189
172
208

R + G + B ~ 74%. #BDACD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 172 + 208 = 569 (100%)
R 189 of 569 ~ 33.22%
G 172 of 569 ~ 30.23%
B 208 of 569 ~ 36.56'%

%33.22
%30.23
%36.56

CMYK color model

#BDACD0 color CMYK value is (9,17,0,18).

  • cyan value is 9.13%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,17,0,18)
C9M17Y0K18 (9%, 17%, 0%, 18%)
(0.09 / 0.17 / 0.00 / 0.18)

CMYK percentages

%9.13
%17.31
%0
%18.43

Codes

Color #BDACD0 in popluar color models

BD AC D0
RGB 189 172 208
HSL 268° 27.69% 74.51%
HSB/HSV 268° 17.31% 81.57%
CMYK 9.13% 17.31% 0.00%
18.43%

Color #BDACD0 in popluar number systems.

HEX BD AC D0
Decimal 189 172 208
Binary 10111101 10101100 11010000
Octal 275 254 320

Shades and tints

Shades of #BDACD0

#BDACD0
(189,172,208)
#AC9DBE
(172,157,190)
#9B8EAC
(155,142,172)
#8A7F9A
(138,127,154)
#797088
(121,112,136)
#686176
(104,97,118)
#575264
(87,82,100)
#464352
(70,67,82)
#353440
(53,52,64)
#24252E
(36,37,46)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #BDACD0

#BDACD0
(189,172,208)
#C3B3D4
(195,179,212)
#C9BAD8
(201,186,216)
#CFC1DC
(207,193,220)
#D5C8E0
(213,200,224)
#DBCFE4
(219,207,228)
#E1D6E8
(225,214,232)
#E7DDEC
(231,221,236)
#EDE4F0
(237,228,240)
#F3EBF4
(243,235,244)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDACD0 color. Also use rgb(189,172,208) instead hex code.

Text Font Color

.myTextColor { color: #BDACD0; }

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

This text font color is #BDACD0.

Background Color

.myBgColor { background-color: #BDACD0; }

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

This div background color is #BDACD0.

Border color

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

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

This div border color is #BDACD0.

Opacity

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

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

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

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

This text has shadow with #BDACD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDACD0.

Preview

Color preview on black background

This text has color #BDACD0 on black background.


Color preview on white background

This text has color #BDACD0 on white background.


Black color preview on #BDACD0 background

This text has black color on #BDACD0 background.


White color preview on #BDACD0 background

This text has white color on #BDACD0 background.


Related colors

Complementary color

Complementary color for #hex is #42532F.


I love getcolorcode.com

Triadic colors

1 #D0BDAC and #ACD0BD with #BDACD0 are triadic colors.

2 #D0ACBD and #ACBDD0 with #BDACD0 are triadic colors.