#BEA5BA

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

Shades of Lilac #BEA5BA

Tints of Lilac #BEA5BA

Color information

#BEA5BA (or 0xBEA5BA) is unknown color: approx Lilac. HEX triplet: BE, A5 and BA. RGB value is (190,165,186). Sum of RGB (Red+Green+Blue) = 190+165+186=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5BA is #415A45. Grayscale: #AEAEAE. Windows color (decimal): -4282950 or 12232126. OLE color: 12232126.

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

Color convert

RGB190165186-
CMYK00.130.020.25
HSL309.6º16.13%69.61%-
HSV(B)309.6º13.16%74.51%-
XYZ43.5541.452.15-
YUV174.87134.28138.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=35.12%
G=30.50%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016518600.130.020.25309.616.1369.61
HexBEA5BA0D2191361046
Octal27624527201523146620106
Binary101111101010010110111010011011011001100110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5BA; }

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

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

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

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

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

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

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

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