#BAA1AB

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

Shades of Lily #BAA1AB

Tints of Lily #BAA1AB

Color information

#BAA1AB (or 0xBAA1AB) is unknown color: approx Lily. HEX triplet: BA, A1 and AB. RGB value is (186,161,171). Sum of RGB (Red+Green+Blue) = 186+161+171=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA1AB is #455E54. Grayscale: #A9A9A9. Windows color (decimal): -4546133 or 11248058. OLE color: 11248058.

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

Color convert

RGB186161171-
CMYK00.130.080.27
HSL336º15.34%68.04%-
HSV(B)336º13.44%72.94%-
XYZ40.3538.8743.9-
YUV169.61128.78139.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=35.91%
G=31.08%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616117100.130.080.2733615.3468.04
HexBAA1AB0D81B150f44
Octal272241253015103352017104
Binary1011101010100001101010110110110001101110101000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1AB; }

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

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

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

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

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

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

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

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