#BD9ADD

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

Shades of Perfume #BD9ADD

Tints of Perfume #BD9ADD

Color information

#BD9ADD (or 0xBD9ADD) is unknown color: approx Perfume. HEX triplet: BD, 9A and DD. RGB value is (189,154,221). Sum of RGB (Red+Green+Blue) = 189+154+221=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADD is #426522. Grayscale: #ABABAB. Windows color (decimal): -4351267 or 14523069. OLE color: 14523069.

HSL color Cylindrical-coordinate representation of color #BD9ADD: hue angle of 271.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9ADD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189154221-
CMYK0.140.3000.13
HSL271.34º49.63%73.53%-
HSV(B)271.34º30.32%86.67%-
XYZ45.5939.1573.56-
YUV172.1155.6140.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=33.51%
G=27.30%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891542210.140.3000.13271.3449.6373.53
HexBD9ADDE1E0D10f324a
Octal275232335163601541762112
Binary101111011001101011011101111011110011011000011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ADD; }

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

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

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

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

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

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

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

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