#BE8EFE

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

Shades of Perfume #BE8EFE

Tints of Perfume #BE8EFE

Color information

#BE8EFE (or 0xBE8EFE) is unknown color: approx Perfume. HEX triplet: BE, 8E and FE. RGB value is (190,142,254). Sum of RGB (Red+Green+Blue) = 190+142+254=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EFE is #417101. Grayscale: #A8A8A8. Windows color (decimal): -4288770 or 16682686. OLE color: 16682686.

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

Color convert

RGB190142254-
CMYK0.250.4400.00
HSL265.71º98.25%77.65%-
HSV(B)265.71º44.09%99.61%-
XYZ48.837.4598.42-
YUV169.12175.9142.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=32.42%
G=24.23%
B=43.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901422540.250.4400.00265.7198.2577.65
HexBE8EFE192C0010a624e
Octal276216376315400412142116
Binary101111101000111011111110110011011000010000101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EFE; }

 p { color: rgb(190,142,254); }

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

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

 a { background-color: rgb(190,142,254); }

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

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

 span { border-color: rgb(190,142,254); }

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