#BE96C1

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

Shades of Lilac #BE96C1

Tints of Lilac #BE96C1

Color information

#BE96C1 (or 0xBE96C1) is unknown color: approx Lilac. HEX triplet: BE, 96 and C1. RGB value is (190,150,193). Sum of RGB (Red+Green+Blue) = 190+150+193=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96C1 is #41693E. Grayscale: #A6A6A6. Windows color (decimal): -4286783 or 12687038. OLE color: 12687038.

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

Color convert

RGB190150193-
CMYK0.020.2200.24
HSL295.81º25.75%67.25%-
HSV(B)295.81º22.28%75.69%-
XYZ41.7736.6155.32-
YUV166.86142.75144.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=35.65%
G=28.14%
B=36.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901501930.020.2200.24295.8125.7567.25
HexBE96C12160181281a43
Octal27622630122603045032103
Binary1011111010010110110000011010110011000100101000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96C1; }

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

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

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

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

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

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

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

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