#BAA0AB

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

Shades of Lily #BAA0AB

Tints of Lily #BAA0AB

Color information

#BAA0AB (or 0xBAA0AB) is unknown color: approx Lily. HEX triplet: BA, A0 and AB. RGB value is (186,160,171). Sum of RGB (Red+Green+Blue) = 186+160+171=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AB is #455F54. Grayscale: #A9A9A9. Windows color (decimal): -4546389 or 11247802. OLE color: 11247802.

HSL color Cylindrical-coordinate representation of color #BAA0AB: hue angle of 334.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAA0AB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186160171-
CMYK00.140.080.27
HSL334.62º15.85%67.84%-
HSV(B)334.62º13.98%72.94%-
XYZ40.1738.5243.85-
YUV169.03129.11140.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=35.98%
G=30.95%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616017100.140.080.27334.6215.8567.84
HexBAA0AB0E81B14f1044
Octal272240253016103351720104
Binary10111010101000001010101101110100011011101001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0AB; }

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

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

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

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

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

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

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

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