#BD9AD9

Color #BD9AD9 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BD9AD9

Tints of Perfume #BD9AD9

Color information

#BD9AD9 (or 0xBD9AD9) is unknown color: approx Perfume. HEX triplet: BD, 9A and D9. RGB value is (189,154,217). Sum of RGB (Red+Green+Blue) = 189+154+217=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD9 is #426526. Grayscale: #ABABAB. Windows color (decimal): -4351271 or 14260925. OLE color: 14260925.

HSL color Cylindrical-coordinate representation of color #BD9AD9: hue angle of 273.33º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9AD9 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189154217-
CMYK0.130.2900.15
HSL273.33º45.32%72.75%-
HSV(B)273.33º29.03%85.1%-
XYZ45.0738.9470.79-
YUV171.65153.6140.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=33.75%
G=27.5%
B=38.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891542170.130.2900.15273.3345.3272.75
HexBD9AD9D1D0F1112d49
Octal275232331153501742155111
Binary101111011001101011011001110111101011111000100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AD9; }

 p { color: rgb(189,154,217); }

 H1.HeaderClassName
 {
   color: #BD9AD9;
 }
 .AnyTagClassName
 {
   color: #BD9AD9;
 }
</style>
background-color css

<style>
 a { background-color: #BD9AD9; }

 a { background-color: rgb(189,154,217); }

 div.DivClassName
 {
   background-color: #BD9AD9;
 }
 .BgClassName
 {
   background-color: #BD9AD9;
 }
</style>
border-color css

<style>
 span { border-color: #BD9AD9; }

 span { border-color: rgb(189,154,217); }

 td.TdClassName
 {
   border-color: #BD9AD9;
 }
 .TagClassName
 {
   border-color: #BD9AD9;
 }
</style>