#BE96F9

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

Shades of Perfume #BE96F9

Tints of Perfume #BE96F9

Color information

#BE96F9 (or 0xBE96F9) is unknown color: approx Perfume. HEX triplet: BE, 96 and F9. RGB value is (190,150,249). Sum of RGB (Red+Green+Blue) = 190+150+249=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96F9 is #416906. Grayscale: #ACACAC. Windows color (decimal): -4286727 or 16357054. OLE color: 16357054.

HSL color Cylindrical-coordinate representation of color #BE96F9: hue angle of 264.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE96F9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190150249-
CMYK0.240.4000.02
HSL264.24º89.19%78.24%-
HSV(B)264.24º39.76%97.65%-
XYZ49.2439.694.67-
YUV173.25170.75139.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=32.26%
G=25.47%
B=42.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901502490.240.4000.02264.2489.1978.24
HexBE96F9182802108594e
Octal276226371305002410131116
Binary1011111010010110111110011100010100001010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96F9; }

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

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

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

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

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

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

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

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