#BEA4BA

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

Shades of Lilac #BEA4BA

Tints of Lilac #BEA4BA

Color information

#BEA4BA (or 0xBEA4BA) is unknown color: approx Lilac. HEX triplet: BE, A4 and BA. RGB value is (190,164,186). Sum of RGB (Red+Green+Blue) = 190+164+186=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4BA is #415B45. Grayscale: #AEAEAE. Windows color (decimal): -4283206 or 12231870. OLE color: 12231870.

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

Color convert

RGB190164186-
CMYK00.140.020.25
HSL309.23º16.67%69.41%-
HSV(B)309.23º13.68%74.51%-
XYZ43.3741.0452.09-
YUV174.28134.61139.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=35.19%
G=30.37%
B=34.44%

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
Decimal19016418600.140.020.25309.2316.6769.41
HexBEA4BA0E2191351145
Octal27624427201623146521105
Binary101111101010010010111010011101011001100110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4BA; }

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

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

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

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

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

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

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

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