#BEA3BA

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

Shades of Lilac #BEA3BA

Tints of Lilac #BEA3BA

Color information

#BEA3BA (or 0xBEA3BA) is unknown color: approx Lilac. HEX triplet: BE, A3 and BA. RGB value is (190,163,186). Sum of RGB (Red+Green+Blue) = 190+163+186=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3BA is #415C45. Grayscale: #ADADAD. Windows color (decimal): -4283462 or 12231614. OLE color: 12231614.

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

Color convert

RGB190163186-
CMYK00.140.020.25
HSL308.89º17.2%69.22%-
HSV(B)308.89º14.21%74.51%-
XYZ43.240.6952.03-
YUV173.7134.95139.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=35.25%
G=30.24%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016318600.140.020.25308.8917.269.22
HexBEA3BA0E2191351145
Octal27624327201623146521105
Binary101111101010001110111010011101011001100110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3BA; }

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

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

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

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

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

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

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

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