#BEA4AE

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

Shades of Lily #BEA4AE

Tints of Lily #BEA4AE

Color information

#BEA4AE (or 0xBEA4AE) is unknown color: approx Lily. HEX triplet: BE, A4 and AE. RGB value is (190,164,174). Sum of RGB (Red+Green+Blue) = 190+164+174=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4AE is #415B51. Grayscale: #ACACAC. Windows color (decimal): -4283218 or 11445438. OLE color: 11445438.

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

Color convert

RGB190164174-
CMYK00.140.080.25
HSL336.92º16.67%69.41%-
HSV(B)336.92º13.68%74.51%-
XYZ42.1540.5545.65-
YUV172.91128.61140.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=35.98%
G=31.06%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016417400.140.080.25336.9216.6769.41
HexBEA4AE0E8191511145
Octal276244256016103152121105
Binary10111110101001001010111001110100011001101010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4AE; }

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

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

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

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

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

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

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

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