COLOR #BD9ADC

HEX: #BD9ADC
RGB: (189,154,220)

Color info

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

RGB color model

#BD9ADC color RGB value is (189,154,220).

  • red value is 189;
  • green value is 154;
  • blue value is 220.
RGB:
(189,154,220)
(74%,60%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 220 of 255 = 86%

189
154
220

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

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 220 = 563 (100%)
R 189 of 563 ~ 33.57%
G 154 of 563 ~ 27.35%
B 220 of 563 ~ 39.08%

%33.57
%27.35
%39.08

CMYK color model

#BD9ADC color CMYK value is (14,30,0,14).

  • cyan value is 14.09%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,30,0,14)
C14M30Y0K14 
(14%,30%,0%,14%)
(0.14/0.30/0.00/0.14)	

CMYK percentages

%14.09
%30
%0
%13.73

Codes

Color #BD9ADC in popluar color models

BD9ADC
RGB189154220
HSL272°48.53%73.33%
HSB/HSV272°30.00%86.27%
CMYK14.09%30.00%0.00%
13.73%

Color #BD9ADC in popluar number systems.

HEXBD9ADC
Decimal189154220
Binary101111011001101011011100
Octal275232334

Shades and tints

Shades of #BD9ADC

#BD9ADC
(189,154,220)
#AC8CC8
(172,140,200)
#9B7EB4
(155,126,180)
#8A70A0
(138,112,160)
#79628C
(121,98,140)
#685478
(104,84,120)
#574664
(87,70,100)
#463850
(70,56,80)
#352A3C
(53,42,60)
#241C28
(36,28,40)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #BD9ADC

#BD9ADC
(189,154,220)
#C3A3DF
(195,163,223)
#C9ACE2
(201,172,226)
#CFB5E5
(207,181,229)
#D5BEE8
(213,190,232)
#DBC7EB
(219,199,235)
#E1D0EE
(225,208,238)
#E7D9F1
(231,217,241)
#EDE2F4
(237,226,244)
#F3EBF7
(243,235,247)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9ADC; }

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

This text font color is #BD9ADC.


Background Color

.myBgColor { background-color: #BD9ADC; }

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

This div background color is #BD9ADC.


Border color

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

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

This div border color is #BD9ADC.


Opacity

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

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

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

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

This text has shadow with #BD9ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9ADC on black background.


Color preview on white background

This text has color #BD9ADC on white background.



Black color preview on #BD9ADC background

This text has black color on #BD9ADC background.


White color preview on #BD9ADC background

This text has white color on #BD9ADC background.