#BE93F2

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

Shades of Perfume #BE93F2

Tints of Perfume #BE93F2

Color information

#BE93F2 (or 0xBE93F2) is unknown color: approx Perfume. HEX triplet: BE, 93 and F2. RGB value is (190,147,242). Sum of RGB (Red+Green+Blue) = 190+147+242=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93F2 is #416C0D. Grayscale: #AAAAAA. Windows color (decimal): -4287502 or 15897534. OLE color: 15897534.

HSL color Cylindrical-coordinate representation of color #BE93F2: hue angle of 267.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE93F2 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190147242-
CMYK0.210.3900.05
HSL267.16º78.51%76.27%-
HSV(B)267.16º39.26%94.9%-
XYZ47.738.2388.87-
YUV170.69168.25141.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 147 (57.81% from 255) = 25.39%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=32.82%
G=25.39%
B=41.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901472420.210.3900.05267.1678.5176.27
HexBE93F215270510b4f4c
Octal276223362254705413117114
Binary10111110100100111111001010101100111010110000101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93F2; }

 p { color: rgb(190,147,242); }

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

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

 a { background-color: rgb(190,147,242); }

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

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

 span { border-color: rgb(190,147,242); }

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