#BD96E5

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

Shades of Perfume #BD96E5

Tints of Perfume #BD96E5

Color information

#BD96E5 (or 0xBD96E5) is unknown color: approx Perfume. HEX triplet: BD, 96 and E5. RGB value is (189,150,229). Sum of RGB (Red+Green+Blue) = 189+150+229=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E5 is #42691A. Grayscale: #AAAAAA. Windows color (decimal): -4352283 or 15046333. OLE color: 15046333.

HSL color Cylindrical-coordinate representation of color #BD96E5: hue angle of 269.62º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD96E5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189150229-
CMYK0.170.3400.10
HSL269.62º60.31%74.31%-
HSV(B)269.62º34.5%89.8%-
XYZ46.0438.2979.09-
YUV170.67160.92141.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=33.27%
G=26.41%
B=40.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1891502290.170.3400.10269.6260.3174.31
HexBD96E511220A10e3c4a
Octal275226345214201241674112
Binary10111101100101101110010110001100010010101000011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96E5; }

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

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

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

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

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

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

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

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