#BAA8AE

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

Shades of Lily #BAA8AE

Tints of Lily #BAA8AE

Color information

#BAA8AE (or 0xBAA8AE) is unknown color: approx Lily. HEX triplet: BA, A8 and AE. RGB value is (186,168,174). Sum of RGB (Red+Green+Blue) = 186+168+174=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AE is #455751. Grayscale: #AEAEAE. Windows color (decimal): -4544338 or 11446458. OLE color: 11446458.

HSL color Cylindrical-coordinate representation of color #BAA8AE: hue angle of 340º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA8AE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186168174-
CMYK00.100.060.27
HSL340º11.54%69.41%-
HSV(B)340º9.68%72.94%-
XYZ41.8941.545.85-
YUV174.07127.96136.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=35.23%
G=31.82%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616817400.100.060.2734011.5469.41
HexBAA8AE0A61B154c45
Octal27225025601263352414105
Binary101110101010100010101110010101101101110101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8AE; }

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

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

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

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

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

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

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

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