#BE96FD

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

Shades of Perfume #BE96FD

Tints of Perfume #BE96FD

Color information

#BE96FD (or 0xBE96FD) is unknown color: approx Perfume. HEX triplet: BE, 96 and FD. RGB value is (190,150,253). Sum of RGB (Red+Green+Blue) = 190+150+253=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE96FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE96FD is #416902. Grayscale: #ADADAD. Windows color (decimal): -4286723 or 16619198. OLE color: 16619198.

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

Color convert

RGB190150253-
CMYK0.250.4100.01
HSL263.3º96.26%79.02%-
HSV(B)263.3º40.71%99.22%-
XYZ49.8739.8597.99-
YUV173.7172.75139.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=32.04%
G=25.30%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901502530.250.4100.01263.396.2679.02
HexBE96FD192901107604f
Octal276226375315101407140117
Binary101111101001011011111101110011010010110000011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96FD; }

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

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

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

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

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

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

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

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