COLOR #BD9ADA

HEX: #BD9ADA RGB: (189,154,218)

Color info

#BD9ADA contains mainly red and blue colors. Web safe color of #BD9ADA is #CC99CC (or #C9C).

RGB color model

#BD9ADA color RGB value is (189,154,218).

RGB: (189,154,218) (74%, 60%, 85%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 218 of 255 = 85%

189
154
218

R + G + B ~ 73%. #BD9ADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 154 + 218 = 561 (100%)
R 189 of 561 ~ 33.69%
G 154 of 561 ~ 27.45%
B 218 of 561 ~ 38.86'%

%33.69
%27.45
%38.86

CMYK color model

#BD9ADA color CMYK value is (13,29,0,15).

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

CMYK: (13,29,0,15)
C13M29Y0K15 (13%, 29%, 0%, 15%)
(0.13 / 0.29 / 0.00 / 0.15)

CMYK percentages

%13.3
%29.36
%0
%14.51

Codes

Color #BD9ADA in popluar color models

BD 9A DA
RGB 189 154 218
HSL 273° 46.38% 72.94%
HSB/HSV 273° 29.36% 85.49%
CMYK 13.30% 29.36% 0.00%
14.51%

Color #BD9ADA in popluar number systems.

HEX BD 9A DA
Decimal 189 154 218
Binary 10111101 10011010 11011010
Octal 275 232 332

Shades and tints

Shades of #BD9ADA

#BD9ADA
(189,154,218)
#AC8CC7
(172,140,199)
#9B7EB4
(155,126,180)
#8A70A1
(138,112,161)
#79628E
(121,98,142)
#68547B
(104,84,123)
#574668
(87,70,104)
#463855
(70,56,85)
#352A42
(53,42,66)
#241C2F
(36,28,47)
#130E1C
(19,14,28)
#000000
(0,0,0)

Tints of #BD9ADA

#BD9ADA
(189,154,218)
#C3A3DD
(195,163,221)
#C9ACE0
(201,172,224)
#CFB5E3
(207,181,227)
#D5BEE6
(213,190,230)
#DBC7E9
(219,199,233)
#E1D0EC
(225,208,236)
#E7D9EF
(231,217,239)
#EDE2F2
(237,226,242)
#F3EBF5
(243,235,245)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9ADA; }

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

This text font color is #BD9ADA.

Background Color

.myBgColor { background-color: #BD9ADA; }

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

This div background color is #BD9ADA.

Border color

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

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

This div border color is #BD9ADA.

Opacity

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

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

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

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

This text has shadow with #BD9ADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9ADA.

Preview

Color preview on black background

This text has color #BD9ADA on black background.


Color preview on white background

This text has color #BD9ADA on white background.


Black color preview on #BD9ADA background

This text has black color on #BD9ADA background.


White color preview on #BD9ADA background

This text has white color on #BD9ADA background.


Related colors

Complementary color

Complementary color for #hex is #426525.


I love getcolorcode.com

Triadic colors

1 #DABD9A and #9ADABD with #BD9ADA are triadic colors.

2 #DA9ABD and #9ABDDA with #BD9ADA are triadic colors.