#BE96EF

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

Shades of Perfume #BE96EF

Tints of Perfume #BE96EF

Color information

#BE96EF (or 0xBE96EF) is unknown color: approx Perfume. HEX triplet: BE, 96 and EF. RGB value is (190,150,239). Sum of RGB (Red+Green+Blue) = 190+150+239=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96EF is #416910. Grayscale: #ABABAB. Windows color (decimal): -4286737 or 15701694. OLE color: 15701694.

HSL color Cylindrical-coordinate representation of color #BE96EF: hue angle of 266.97º 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 #BE96EF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190150239-
CMYK0.210.3700.06
HSL266.97º73.55%76.27%-
HSV(B)266.97º37.24%93.73%-
XYZ47.7238.9986.67-
YUV172.11165.75140.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=32.82%
G=25.91%
B=41.28%

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
Decimal1901502390.210.3700.06266.9773.5576.27
HexBE96EF15250610b4a4c
Octal276226357254506413112114
Binary10111110100101101110111110101100101011010000101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96EF; }

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

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

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

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

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

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

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

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