COLOR #BDA7DC

HEX: #BDA7DC RGB: (189,167,220)

Color info

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

RGB color model

#BDA7DC color RGB value is (189,167,220).

RGB: (189,167,220) (74%, 65%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 167 of 255 = 65%
B 220 of 255 = 86%

189
167
220

R + G + B ~ 75%. #BDA7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 167 + 220 = 576 (100%)
R 189 of 576 ~ 32.81%
G 167 of 576 ~ 28.99%
B 220 of 576 ~ 38.19'%

%32.81
%28.99
%38.19

CMYK color model

#BDA7DC color CMYK value is (14,24,0,14).

  • cyan value is 14.09%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (14,24,0,14)
C14M24Y0K14 (14%, 24%, 0%, 14%)
(0.14 / 0.24 / 0.00 / 0.14)

CMYK percentages

%14.09
%24.09
%0
%13.73

Codes

Color #BDA7DC in popluar color models

BD A7 DC
RGB 189 167 220
HSL 265° 43.09% 75.88%
HSB/HSV 265° 24.09% 86.27%
CMYK 14.09% 24.09% 0.00%
13.73%

Color #BDA7DC in popluar number systems.

HEX BD A7 DC
Decimal 189 167 220
Binary 10111101 10100111 11011100
Octal 275 247 334

Shades and tints

Shades of #BDA7DC

#BDA7DC
(189,167,220)
#AC98C8
(172,152,200)
#9B89B4
(155,137,180)
#8A7AA0
(138,122,160)
#796B8C
(121,107,140)
#685C78
(104,92,120)
#574D64
(87,77,100)
#463E50
(70,62,80)
#352F3C
(53,47,60)
#242028
(36,32,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDA7DC

#BDA7DC
(189,167,220)
#C3AFDF
(195,175,223)
#C9B7E2
(201,183,226)
#CFBFE5
(207,191,229)
#D5C7E8
(213,199,232)
#DBCFEB
(219,207,235)
#E1D7EE
(225,215,238)
#E7DFF1
(231,223,241)
#EDE7F4
(237,231,244)
#F3EFF7
(243,239,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA7DC color. Also use rgb(189,167,220) instead hex code.

Text Font Color

.myTextColor { color: #BDA7DC; }

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

This text font color is #BDA7DC.

Background Color

.myBgColor { background-color: #BDA7DC; }

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

This div background color is #BDA7DC.

Border color

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

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

This div border color is #BDA7DC.

Opacity

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

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

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

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

This text has shadow with #BDA7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA7DC.

Preview

Color preview on black background

This text has color #BDA7DC on black background.


Color preview on white background

This text has color #BDA7DC on white background.


Black color preview on #BDA7DC background

This text has black color on #BDA7DC background.


White color preview on #BDA7DC background

This text has white color on #BDA7DC background.


Related colors

Complementary color

Complementary color for #hex is #425823.


I love getcolorcode.com

Triadic colors

1 #DCBDA7 and #A7DCBD with #BDA7DC are triadic colors.

2 #DCA7BD and #A7BDDC with #BDA7DC are triadic colors.