#BEA6AE

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

Shades of Lily #BEA6AE

Tints of Lily #BEA6AE

Color information

#BEA6AE (or 0xBEA6AE) is unknown color: approx Lily. HEX triplet: BE, A6 and AE. RGB value is (190,166,174). Sum of RGB (Red+Green+Blue) = 190+166+174=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6AE is #415951. Grayscale: #AEAEAE. Windows color (decimal): -4282706 or 11445950. OLE color: 11445950.

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

Color convert

RGB190166174-
CMYK00.130.080.25
HSL340º15.58%69.8%-
HSV(B)340º12.63%74.51%-
XYZ42.5141.2845.77-
YUV174.09127.95139.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=35.85%
G=31.32%
B=32.83%

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
Decimal19016617400.130.080.2534015.5869.8
HexBEA6AE0D8191541046
Octal276246256015103152420106
Binary10111110101001101010111001101100011001101010100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6AE; }

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

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

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

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

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

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

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

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