#BE93BF

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

Shades of Lilac #BE93BF

Tints of Lilac #BE93BF

Color information

#BE93BF (or 0xBE93BF) is unknown color: approx Lilac. HEX triplet: BE, 93 and BF. RGB value is (190,147,191). Sum of RGB (Red+Green+Blue) = 190+147+191=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BF is #416C40. Grayscale: #A4A4A4. Windows color (decimal): -4287553 or 12555198. OLE color: 12555198.

HSL color Cylindrical-coordinate representation of color #BE93BF: hue angle of 298.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE93BF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190147191-
CMYK0.010.2300.25
HSL298.64º25.58%66.27%-
HSV(B)298.64º23.04%74.9%-
XYZ41.0735.5853.99-
YUV164.87142.75145.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 191 (75% from 255) = 36.17%
R=35.98%
G=27.84%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901471910.010.2300.25298.6425.5866.27
HexBE93BF11701912b1a42
Octal27622327712703145332102
Binary101111101001001110111111110111011001100101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93BF; }

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

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

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

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

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

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

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

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