#BAA6AD

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

Shades of Lily #BAA6AD

Tints of Lily #BAA6AD

Color information

#BAA6AD (or 0xBAA6AD) is unknown color: approx Lily. HEX triplet: BA, A6 and AD. RGB value is (186,166,173). Sum of RGB (Red+Green+Blue) = 186+166+173=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA6AD is #455952. Grayscale: #ACACAC. Windows color (decimal): -4544851 or 11380410. OLE color: 11380410.

HSL color Cylindrical-coordinate representation of color #BAA6AD: hue angle of 339º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAA6AD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186166173-
CMYK00.110.070.27
HSL339º12.66%69.02%-
HSV(B)339º10.75%72.94%-
XYZ41.4340.7345.21-
YUV172.78128.13137.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=35.43%
G=31.62%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616617300.110.070.2733912.6669.02
HexBAA6AD0B71B153d45
Octal27224625501373352315105
Binary101110101010011010101101010111111101110101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6AD; }

 p { color: rgb(186,166,173); }

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

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

 a { background-color: rgb(186,166,173); }

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

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

 span { border-color: rgb(186,166,173); }

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