#BEA2BF

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

Shades of Lilac #BEA2BF

Tints of Lilac #BEA2BF

Color information

#BEA2BF (or 0xBEA2BF) is unknown color: approx Lilac. HEX triplet: BE, A2 and BF. RGB value is (190,162,191). Sum of RGB (Red+Green+Blue) = 190+162+191=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2BF is #415D40. Grayscale: #ADADAD. Windows color (decimal): -4283713 or 12559038. OLE color: 12559038.

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

Color convert

RGB190162191-
CMYK0.010.1500.25
HSL297.93º18.47%69.22%-
HSV(B)297.93º15.18%74.9%-
XYZ43.5640.5554.82-
YUV173.68137.78139.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 191 (75% from 255) = 35.17%
R=34.99%
G=29.83%
B=35.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901621910.010.1500.25297.9318.4769.22
HexBEA2BF1F01912a1245
Octal27624227711703145222105
Binary10111110101000101011111111111011001100101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2BF; }

 p { color: rgb(190,162,191); }

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

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

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

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

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

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

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