#BE96EB

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

Shades of Perfume #BE96EB

Tints of Perfume #BE96EB

Color information

#BE96EB (or 0xBE96EB) is unknown color: approx Perfume. HEX triplet: BE, 96 and EB. RGB value is (190,150,235). Sum of RGB (Red+Green+Blue) = 190+150+235=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96EB is #416914. Grayscale: #ABABAB. Windows color (decimal): -4286741 or 15439550. OLE color: 15439550.

HSL color Cylindrical-coordinate representation of color #BE96EB: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE96EB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190150235-
CMYK0.190.3600.08
HSL268.24º68%75.49%-
HSV(B)268.24º36.17%92.16%-
XYZ47.1438.7683.59-
YUV171.65163.75141.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=33.04%
G=26.09%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901502350.190.3600.08268.246875.49
HexBE96EB13240810c444b
Octal2762263532344010414104113
Binary101111101001011011101011100111001000100010000110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96EB; }

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

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

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

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

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

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

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

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