COLOR #BDA2DA

HEX: #BDA2DA RGB: (189,162,218)

Color info

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

RGB color model

#BDA2DA color RGB value is (189,162,218).

RGB: (189,162,218) (74%, 64%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 218 of 255 = 85%

189
162
218

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

Portions of RGB colors in percentages

R + G + B = 189 + 162 + 218 = 569 (100%)
R 189 of 569 ~ 33.22%
G 162 of 569 ~ 28.47%
B 218 of 569 ~ 38.31'%

%33.22
%28.47
%38.31

CMYK color model

#BDA2DA color CMYK value is (13,26,0,15).

  • cyan value is 13.30%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,26,0,15)
C13M26Y0K15 (13%, 26%, 0%, 15%)
(0.13 / 0.26 / 0.00 / 0.15)

CMYK percentages

%13.3
%25.69
%0
%14.51

Codes

Color #BDA2DA in popluar color models

BD A2 DA
RGB 189 162 218
HSL 269° 43.08% 74.51%
HSB/HSV 269° 25.69% 85.49%
CMYK 13.30% 25.69% 0.00%
14.51%

Color #BDA2DA in popluar number systems.

HEX BD A2 DA
Decimal 189 162 218
Binary 10111101 10100010 11011010
Octal 275 242 332

Shades and tints

Shades of #BDA2DA

#BDA2DA
(189,162,218)
#AC94C7
(172,148,199)
#9B86B4
(155,134,180)
#8A78A1
(138,120,161)
#796A8E
(121,106,142)
#685C7B
(104,92,123)
#574E68
(87,78,104)
#464055
(70,64,85)
#353242
(53,50,66)
#24242F
(36,36,47)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #BDA2DA

#BDA2DA
(189,162,218)
#C3AADD
(195,170,221)
#C9B2E0
(201,178,224)
#CFBAE3
(207,186,227)
#D5C2E6
(213,194,230)
#DBCAE9
(219,202,233)
#E1D2EC
(225,210,236)
#E7DAEF
(231,218,239)
#EDE2F2
(237,226,242)
#F3EAF5
(243,234,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA2DA color. Also use rgb(189,162,218) instead hex code.

Text Font Color

.myTextColor { color: #BDA2DA; }

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

This text font color is #BDA2DA.

Background Color

.myBgColor { background-color: #BDA2DA; }

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

This div background color is #BDA2DA.

Border color

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

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

This div border color is #BDA2DA.

Opacity

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

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

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

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

This text has shadow with #BDA2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA2DA.

Preview

Color preview on black background

This text has color #BDA2DA on black background.


Color preview on white background

This text has color #BDA2DA on white background.


Black color preview on #BDA2DA background

This text has black color on #BDA2DA background.


White color preview on #BDA2DA background

This text has white color on #BDA2DA background.


Related colors

Complementary color

Complementary color for #hex is #425D25.


I love getcolorcode.com

Triadic colors

1 #DABDA2 and #A2DABD with #BDA2DA are triadic colors.

2 #DAA2BD and #A2BDDA with #BDA2DA are triadic colors.