#BE96FF

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

Shades of Perfume #BE96FF

Tints of Perfume #BE96FF

Color information

#BE96FF (or 0xBE96FF) is unknown color: approx Perfume. HEX triplet: BE, 96 and FF. RGB value is (190,150,255). Sum of RGB (Red+Green+Blue) = 190+150+255=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96FF is #416900. Grayscale: #ADADAD. Windows color (decimal): -4286721 or 16750270. OLE color: 16750270.

HSL color Cylindrical-coordinate representation of color #BE96FF: hue angle of 262.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE96FF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190150255-
CMYK0.250.4100
HSL262.86º100%79.41%-
HSV(B)262.86º41.18%100%-
XYZ50.1939.9899.68-
YUV173.93173.75139.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.93%
G=25.21%
B=42.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901502550.250.4100262.8610079.41
HexBE96FF192900107644f
Octal276226377315100407144117
Binary101111101001011011111111110011010010010000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96FF; }

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

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

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

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

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

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

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

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