#BD97DD

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

Shades of Perfume #BD97DD

Tints of Perfume #BD97DD

Color information

#BD97DD (or 0xBD97DD) is unknown color: approx Perfume. HEX triplet: BD, 97 and DD. RGB value is (189,151,221). Sum of RGB (Red+Green+Blue) = 189+151+221=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97DD is #426822. Grayscale: #AAAAAA. Windows color (decimal): -4352035 or 14522301. OLE color: 14522301.

HSL color Cylindrical-coordinate representation of color #BD97DD: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD97DD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189151221-
CMYK0.140.3200.13
HSL272.57º50.72%72.94%-
HSV(B)272.57º31.67%86.67%-
XYZ45.138.1773.4-
YUV170.34156.59141.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=33.69%
G=26.92%
B=39.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891512210.140.3200.13272.5750.7272.94
HexBD97DDE200D1113349
Octal275227335164001542163111
Binary1011110110010111110111011110100000011011000100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97DD; }

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

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

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

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

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

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

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

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