#BEA5BE

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

Shades of Lilac #BEA5BE

Tints of Lilac #BEA5BE

Color information

#BEA5BE (or 0xBEA5BE) is unknown color: approx Lilac. HEX triplet: BE, A5 and BE. RGB value is (190,165,190). Sum of RGB (Red+Green+Blue) = 190+165+190=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5BE is #415A41. Grayscale: #AFAFAF. Windows color (decimal): -4282946 or 12494270. OLE color: 12494270.

HSL color Cylindrical-coordinate representation of color #BEA5BE: hue angle of 300º 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 #BEA5BE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190165190-
CMYK00.1300.25
HSL300º16.13%69.61%-
HSV(B)300º13.16%74.51%-
XYZ43.9841.5854.42-
YUV175.32136.28138.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016519000.1300.2530016.1369.61
HexBEA5BE0D01912c1046
Octal27624527601503145420106
Binary10111110101001011011111001101011001100101100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5BE; }

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

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

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

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

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

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

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

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