#BD96E0

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

Shades of Perfume #BD96E0

Tints of Perfume #BD96E0

Color information

#BD96E0 (or 0xBD96E0) is unknown color: approx Perfume. HEX triplet: BD, 96 and E0. RGB value is (189,150,224). Sum of RGB (Red+Green+Blue) = 189+150+224=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E0 is #42691F. Grayscale: #A9A9A9. Windows color (decimal): -4352288 or 14718653. OLE color: 14718653.

HSL color Cylindrical-coordinate representation of color #BD96E0: hue angle of 271.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD96E0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189150224-
CMYK0.160.3300.12
HSL271.62º54.41%73.33%-
HSV(B)271.62º33.04%87.84%-
XYZ45.3538.0175.47-
YUV170.1158.42141.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=33.57%
G=26.64%
B=39.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891502240.160.3300.12271.6254.4173.33
HexBD96E010210C1103649
Octal275226340204101442066111
Binary10111101100101101110000010000100001011001000100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96E0; }

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

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

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

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

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

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

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

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