#BE93EA

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

Shades of Perfume #BE93EA

Tints of Perfume #BE93EA

Color information

#BE93EA (or 0xBE93EA) is unknown color: approx Perfume. HEX triplet: BE, 93 and EA. RGB value is (190,147,234). Sum of RGB (Red+Green+Blue) = 190+147+234=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93EA is #416C15. Grayscale: #A9A9A9. Windows color (decimal): -4287510 or 15373246. OLE color: 15373246.

HSL color Cylindrical-coordinate representation of color #BE93EA: hue angle of 269.66º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE93EA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190147234-
CMYK0.190.3700.08
HSL269.66º67.44%74.71%-
HSV(B)269.66º37.18%91.76%-
XYZ46.5237.7682.68-
YUV169.77164.25142.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=33.27%
G=25.74%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901472340.190.3700.08269.6667.4474.71
HexBE93EA13250810e434b
Octal2762233522345010416103113
Binary101111101001001111101010100111001010100010000111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93EA; }

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

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

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

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

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

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

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

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