#BE93BE

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

Shades of Lilac #BE93BE

Tints of Lilac #BE93BE

Color information

#BE93BE (or 0xBE93BE) is unknown color: approx Lilac. HEX triplet: BE, 93 and BE. RGB value is (190,147,190). Sum of RGB (Red+Green+Blue) = 190+147+190=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93BE is #416C41. Grayscale: #A4A4A4. Windows color (decimal): -4287554 or 12489662. OLE color: 12489662.

HSL color Cylindrical-coordinate representation of color #BE93BE: hue angle of 300º degrees, saturation: 0.25, 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 #BE93BE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190147190-
CMYK00.2300.25
HSL300º24.86%66.08%-
HSV(B)300º22.63%74.51%-
XYZ40.9635.5353.41-
YUV164.76142.25146-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=36.05%
G=27.89%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014719000.2300.2530024.8666.08
HexBE93BE01701912c1942
Octal27622327602703145431102
Binary101111101001001110111110010111011001100101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93BE; }

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

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

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

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

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

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

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

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