#BEA0BA

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

Shades of Lilac #BEA0BA

Tints of Lilac #BEA0BA

Color information

#BEA0BA (or 0xBEA0BA) is unknown color: approx Lilac. HEX triplet: BE, A0 and BA. RGB value is (190,160,186). Sum of RGB (Red+Green+Blue) = 190+160+186=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0BA is #415F45. Grayscale: #ABABAB. Windows color (decimal): -4284230 or 12230846. OLE color: 12230846.

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

Color convert

RGB190160186-
CMYK00.160.020.25
HSL308º18.75%68.63%-
HSV(B)308º15.79%74.51%-
XYZ42.6739.6351.86-
YUV171.93135.94140.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=35.45%
G=29.85%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016018600.160.020.2530818.7568.63
HexBEA0BA0102191341345
Octal27624027202023146423105
Binary1011111010100000101110100100001011001100110100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0BA; }

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

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

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

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

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

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

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

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