#BD96E9

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

Shades of Perfume #BD96E9

Tints of Perfume #BD96E9

Color information

#BD96E9 (or 0xBD96E9) is unknown color: approx Perfume. HEX triplet: BD, 96 and E9. RGB value is (189,150,233). Sum of RGB (Red+Green+Blue) = 189+150+233=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96E9 is #426916. Grayscale: #AAAAAA. Windows color (decimal): -4352279 or 15308477. OLE color: 15308477.

HSL color Cylindrical-coordinate representation of color #BD96E9: hue angle of 268.19º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD96E9 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189150233-
CMYK0.190.3600.09
HSL268.19º65.35%75.1%-
HSV(B)268.19º35.62%91.37%-
XYZ46.638.5182.07-
YUV171.12162.92140.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 233 (91.41% from 255) = 40.73%
R=33.04%
G=26.22%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891502330.190.3600.09268.1965.3575.1
HexBD96E913240910c414b
Octal2752263512344011414101113
Binary101111011001011011101001100111001000100110000110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96E9; }

 p { color: rgb(189,150,233); }

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

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

 a { background-color: rgb(189,150,233); }

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

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

 span { border-color: rgb(189,150,233); }

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