#BEA5AE

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

Shades of Lily #BEA5AE

Tints of Lily #BEA5AE

Color information

#BEA5AE (or 0xBEA5AE) is unknown color: approx Lily. HEX triplet: BE, A5 and AE. RGB value is (190,165,174). Sum of RGB (Red+Green+Blue) = 190+165+174=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5AE is #415A51. Grayscale: #ADADAD. Windows color (decimal): -4282962 or 11445694. OLE color: 11445694.

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

Color convert

RGB190165174-
CMYK00.130.080.25
HSL338.4º16.13%69.61%-
HSV(B)338.4º13.16%74.51%-
XYZ42.3340.9145.71-
YUV173.5128.28139.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=35.92%
G=31.19%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016517400.130.080.25338.416.1369.61
HexBEA5AE0D8191521046
Octal276245256015103152220106
Binary10111110101001011010111001101100011001101010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5AE; }

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

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

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

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

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

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

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

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