#BAA3AD

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

Shades of Lily #BAA3AD

Tints of Lily #BAA3AD

Color information

#BAA3AD (or 0xBAA3AD) is unknown color: approx Lily. HEX triplet: BA, A3 and AD. RGB value is (186,163,173). Sum of RGB (Red+Green+Blue) = 186+163+173=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3AD is #455C52. Grayscale: #ABABAB. Windows color (decimal): -4545619 or 11379642. OLE color: 11379642.

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

Color convert

RGB186163173-
CMYK00.120.070.27
HSL333.91º14.29%68.43%-
HSV(B)333.91º12.37%72.94%-
XYZ40.8939.6545.03-
YUV171.02129.12138.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=35.63%
G=31.23%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616317300.120.070.27333.9114.2968.43
HexBAA3AD0C71B14ee44
Octal27224325501473351616104
Binary101110101010001110101101011001111101110100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3AD; }

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

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

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

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

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

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

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

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