#BAA9AE

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

Shades of Lily #BAA9AE

Tints of Lily #BAA9AE

Color information

#BAA9AE (or 0xBAA9AE) is unknown color: approx Lily. HEX triplet: BA, A9 and AE. RGB value is (186,169,174). Sum of RGB (Red+Green+Blue) = 186+169+174=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9AE is #455651. Grayscale: #AEAEAE. Windows color (decimal): -4544082 or 11446714. OLE color: 11446714.

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

Color convert

RGB186169174-
CMYK00.090.060.27
HSL342.35º10.97%69.61%-
HSV(B)342.35º9.14%72.94%-
XYZ42.0841.8745.91-
YUV174.65127.63136.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=35.16%
G=31.95%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616917400.090.060.27342.3510.9769.61
HexBAA9AE0961B156b46
Octal27225125601163352613106
Binary101110101010100110101110010011101101110101011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9AE; }

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

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

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

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

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

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

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

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