#BAA2AB

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

Shades of Lily #BAA2AB

Tints of Lily #BAA2AB

Color information

#BAA2AB (or 0xBAA2AB) is unknown color: approx Lily. HEX triplet: BA, A2 and AB. RGB value is (186,162,171). Sum of RGB (Red+Green+Blue) = 186+162+171=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2AB is #455D54. Grayscale: #AAAAAA. Windows color (decimal): -4545877 or 11248314. OLE color: 11248314.

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

Color convert

RGB186162171-
CMYK00.130.080.27
HSL337.5º14.81%68.24%-
HSV(B)337.5º12.9%72.94%-
XYZ40.5239.2243.96-
YUV170.2128.45139.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=35.84%
G=31.21%
B=32.95%

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
Decimal18616217100.130.080.27337.514.8168.24
HexBAA2AB0D81B152f44
Octal272242253015103352217104
Binary1011101010100010101010110110110001101110101001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2AB; }

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

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

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

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

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

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

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

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