#BE93F6

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

Shades of Perfume #BE93F6

Tints of Perfume #BE93F6

Color information

#BE93F6 (or 0xBE93F6) is unknown color: approx Perfume. HEX triplet: BE, 93 and F6. RGB value is (190,147,246). Sum of RGB (Red+Green+Blue) = 190+147+246=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93F6 is #416C09. Grayscale: #AAAAAA. Windows color (decimal): -4287498 or 16159678. OLE color: 16159678.

HSL color Cylindrical-coordinate representation of color #BE93F6: hue angle of 266.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE93F6 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190147246-
CMYK0.230.4000.04
HSL266.06º84.62%77.06%-
HSV(B)266.06º40.24%96.47%-
XYZ48.338.4792.07-
YUV171.14170.25141.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=32.59%
G=25.21%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901472460.230.4000.04266.0684.6277.06
HexBE93F617280410a554d
Octal276223366275004412125115
Binary10111110100100111111011010111101000010010000101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93F6; }

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

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

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

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

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

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

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

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