#BEA0C0

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

Shades of Lilac #BEA0C0

Tints of Lilac #BEA0C0

Color information

#BEA0C0 (or 0xBEA0C0) is unknown color: approx Lilac. HEX triplet: BE, A0 and C0. RGB value is (190,160,192). Sum of RGB (Red+Green+Blue) = 190+160+192=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0C0 is #415F3F. Grayscale: #ACACAC. Windows color (decimal): -4284224 or 12624062. OLE color: 12624062.

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

Color convert

RGB190160192-
CMYK0.010.1700.25
HSL296.25º20.25%69.02%-
HSV(B)296.25º16.67%75.29%-
XYZ43.3239.8955.29-
YUV172.62138.94140.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 160 (62.89% from 255) = 29.52%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=35.06%
G=29.52%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901601920.010.1700.25296.2520.2569.02
HexBEA0C01110191281445
Octal27624030012103145024105
Binary101111101010000011000000110001011001100101000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0C0; }

 p { color: rgb(190,160,192); }

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

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

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

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

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

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

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