#BAA0AC

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

Shades of Lily #BAA0AC

Tints of Lily #BAA0AC

Color information

#BAA0AC (or 0xBAA0AC) is unknown color: approx Lily. HEX triplet: BA, A0 and AC. RGB value is (186,160,172). Sum of RGB (Red+Green+Blue) = 186+160+172=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0AC is #455F53. Grayscale: #A9A9A9. Windows color (decimal): -4546388 or 11313338. OLE color: 11313338.

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

Color convert

RGB186160172-
CMYK00.140.080.27
HSL332.31º15.85%67.84%-
HSV(B)332.31º13.98%72.94%-
XYZ40.2738.5644.35-
YUV169.14129.61140.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=35.91%
G=30.89%
B=33.20%

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
Decimal18616017200.140.080.27332.3115.8567.84
HexBAA0AC0E81B14c1044
Octal272240254016103351420104
Binary10111010101000001010110001110100011011101001100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0AC; }

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

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

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

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

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

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

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

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