#BE8EC2

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

Shades of Lilac #BE8EC2

Tints of Lilac #BE8EC2

Color information

#BE8EC2 (or 0xBE8EC2) is unknown color: approx Lilac. HEX triplet: BE, 8E and C2. RGB value is (190,142,194). Sum of RGB (Red+Green+Blue) = 190+142+194=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EC2 is #41713D. Grayscale: #A2A2A2. Windows color (decimal): -4288830 or 12750526. OLE color: 12750526.

HSL color Cylindrical-coordinate representation of color #BE8EC2: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8EC2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190142194-
CMYK0.020.2700.24
HSL295.38º29.89%65.88%-
HSV(B)295.38º26.8%76.08%-
XYZ40.6534.1955.5-
YUV162.28145.9147.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 194 (76.17% from 255) = 36.88%
R=36.12%
G=27.00%
B=36.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901421940.020.2700.24295.3829.8965.88
HexBE8EC221B0181271e42
Octal27621630223303044736102
Binary1011111010001110110000101011011011000100100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8EC2; }

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

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

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

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

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

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

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

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