#bd96ef

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

Shades of Perfume #BD96EF

Tints of Perfume #BD96EF

Color information

#BD96EF (or 0xBD96EF) is unknown color: approx Perfume. HEX triplet: BD, 96 and EF. RGB value is (189,150,239). Sum of RGB (Red+Green+Blue) = 189+150+239=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96EF is #426910. Grayscale: #ABABAB. Windows color (decimal): -4352273 or 15701693. OLE color: 15701693.

HSL color Cylindrical-coordinate representation of color #BD96EF: hue angle of 266.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189150239-
CMYK0.210.3700.06
HSL266.29º73.55%76.27%-
HSV(B)266.29º37.24%93.73%-
XYZ47.4738.8686.66-
YUV171.81165.92140.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=32.70%
G=25.95%
B=41.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891502390.210.3700.06266.2973.5576.27
HexBD96EF15250610a4a4c
Octal275226357254506412112114
Binary10111101100101101110111110101100101011010000101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd96ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd96ef; }

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

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

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

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

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

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

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

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