#BAA2AE

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

Shades of Lily #BAA2AE

Tints of Lily #BAA2AE

Color information

#BAA2AE (or 0xBAA2AE) is unknown color: approx Lily. HEX triplet: BA, A2 and AE. RGB value is (186,162,174). Sum of RGB (Red+Green+Blue) = 186+162+174=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AE is #455D51. Grayscale: #AAAAAA. Windows color (decimal): -4545874 or 11444922. OLE color: 11444922.

HSL color Cylindrical-coordinate representation of color #BAA2AE: hue angle of 330º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA2AE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186162174-
CMYK00.130.060.27
HSL330º14.81%68.24%-
HSV(B)330º12.9%72.94%-
XYZ40.8139.3445.49-
YUV170.54129.95139.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=35.63%
G=31.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616217400.130.060.2733014.8168.24
HexBAA2AE0D61B14af44
Octal27224225601563351217104
Binary101110101010001010101110011011101101110100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2AE; }

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

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

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

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

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

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

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

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