#BAA2AA

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

Shades of Lily #BAA2AA

Tints of Lily #BAA2AA

Color information

#BAA2AA (or 0xBAA2AA) is unknown color: approx Lily. HEX triplet: BA, A2 and AA. RGB value is (186,162,170). Sum of RGB (Red+Green+Blue) = 186+162+170=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AA is #455D55. Grayscale: #AAAAAA. Windows color (decimal): -4545878 or 11182778. OLE color: 11182778.

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

Color convert

RGB186162170-
CMYK00.130.090.27
HSL340º14.81%68.24%-
HSV(B)340º12.9%72.94%-
XYZ40.4339.1843.46-
YUV170.09127.95139.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=35.91%
G=31.27%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616217000.130.090.2734014.8168.24
HexBAA2AA0D91B154f44
Octal272242252015113352417104
Binary1011101010100010101010100110110011101110101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2AA; }

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

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

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

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

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

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

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

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