#BAA3AB

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

Shades of Lily #BAA3AB

Tints of Lily #BAA3AB

Color information

#BAA3AB (or 0xBAA3AB) is unknown color: approx Lily. HEX triplet: BA, A3 and AB. RGB value is (186,163,171). Sum of RGB (Red+Green+Blue) = 186+163+171=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3AB is #455C54. Grayscale: #AAAAAA. Windows color (decimal): -4545621 or 11248570. OLE color: 11248570.

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

Color convert

RGB186163171-
CMYK00.120.080.27
HSL339.13º14.29%68.43%-
HSV(B)339.13º12.37%72.94%-
XYZ40.739.5744.02-
YUV170.79128.12138.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=35.77%
G=31.35%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616317100.120.080.27339.1314.2968.43
HexBAA3AB0C81B153e44
Octal272243253014103352316104
Binary1011101010100011101010110110010001101110101001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3AB; }

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

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

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

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

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

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

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

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