#BEA2AE

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

Shades of Lily #BEA2AE

Tints of Lily #BEA2AE

Color information

#BEA2AE (or 0xBEA2AE) is unknown color: approx Lily. HEX triplet: BE, A2 and AE. RGB value is (190,162,174). Sum of RGB (Red+Green+Blue) = 190+162+174=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AE is #415D51. Grayscale: #ABABAB. Windows color (decimal): -4283730 or 11444926. OLE color: 11444926.

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

Color convert

RGB190162174-
CMYK00.150.080.25
HSL334.29º17.72%69.02%-
HSV(B)334.29º14.74%74.51%-
XYZ41.839.8445.53-
YUV171.74129.28141.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=36.12%
G=30.80%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016217400.150.080.25334.2917.7269.02
HexBEA2AE0F81914e1245
Octal276242256017103151622105
Binary10111110101000101010111001111100011001101001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2AE; }

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

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

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

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

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

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

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

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