#BE93C1

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

Shades of Lilac #BE93C1

Tints of Lilac #BE93C1

Color information

#BE93C1 (or 0xBE93C1) is unknown color: approx Lilac. HEX triplet: BE, 93 and C1. RGB value is (190,147,193). Sum of RGB (Red+Green+Blue) = 190+147+193=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93C1 is #416C3E. Grayscale: #A4A4A4. Windows color (decimal): -4287551 or 12686270. OLE color: 12686270.

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

Color convert

RGB190147193-
CMYK0.020.2400.24
HSL296.09º27.06%66.67%-
HSV(B)296.09º23.83%75.69%-
XYZ41.2935.6655.16-
YUV165.1143.75145.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=35.85%
G=27.74%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901471930.020.2400.24296.0927.0666.67
HexBE93C12180181281b43
Octal27622330123003045033103
Binary1011111010010011110000011011000011000100101000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE93C1; }

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

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

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

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

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

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

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

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