#BAA0AA

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

Shades of Lily #BAA0AA

Tints of Lily #BAA0AA

Color information

#BAA0AA (or 0xBAA0AA) is unknown color: approx Lily. HEX triplet: BA, A0 and AA. RGB value is (186,160,170). Sum of RGB (Red+Green+Blue) = 186+160+170=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AA is #455F55. Grayscale: #A8A8A8. Windows color (decimal): -4546390 or 11182266. OLE color: 11182266.

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

Color convert

RGB186160170-
CMYK00.140.090.27
HSL336.92º15.85%67.84%-
HSV(B)336.92º13.98%72.94%-
XYZ40.0838.4843.35-
YUV168.91128.61140.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=36.05%
G=31.01%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616017000.140.090.27336.9215.8567.84
HexBAA0AA0E91B1511044
Octal272240252016113352120104
Binary10111010101000001010101001110100111011101010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0AA; }

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

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

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

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

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

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

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

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