#BAA1AE

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

Shades of Lily #BAA1AE

Tints of Lily #BAA1AE

Color information

#BAA1AE (or 0xBAA1AE) is unknown color: approx Lily. HEX triplet: BA, A1 and AE. RGB value is (186,161,174). Sum of RGB (Red+Green+Blue) = 186+161+174=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AE is #455E51. Grayscale: #A9A9A9. Windows color (decimal): -4546130 or 11444666. OLE color: 11444666.

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

Color convert

RGB186161174-
CMYK00.130.060.27
HSL328.8º15.34%68.04%-
HSV(B)328.8º13.44%72.94%-
XYZ40.6338.9845.43-
YUV169.96130.28139.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=35.70%
G=30.90%
B=33.40%

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
Decimal18616117400.130.060.27328.815.3468.04
HexBAA1AE0D61B149f44
Octal27224125601563351117104
Binary101110101010000110101110011011101101110100100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1AE; }

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

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

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

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

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

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

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

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