#BF96EC

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

Shades of Perfume #BF96EC

Tints of Perfume #BF96EC

Color information

#BF96EC (or 0xBF96EC) is unknown color: approx Perfume. HEX triplet: BF, 96 and EC. RGB value is (191,150,236). Sum of RGB (Red+Green+Blue) = 191+150+236=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96EC is #406913. Grayscale: #ABABAB. Windows color (decimal): -4221204 or 15505087. OLE color: 15505087.

HSL color Cylindrical-coordinate representation of color #BF96EC: hue angle of 268.6º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF96EC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191150236-
CMYK0.190.3600.07
HSL268.6º69.35%75.69%-
HSV(B)268.6º36.44%92.55%-
XYZ47.5338.9584.37-
YUV172.06164.08141.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=33.10%
G=26.00%
B=40.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911502360.190.3600.07268.669.3575.69
HexBF96EC13240710d454c
Octal277226354234407415105114
Binary10111111100101101110110010011100100011110000110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96EC; }

 p { color: rgb(191,150,236); }

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

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

 a { background-color: rgb(191,150,236); }

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

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

 span { border-color: rgb(191,150,236); }

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