#BAA4AD

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

Shades of Lily #BAA4AD

Tints of Lily #BAA4AD

Color information

#BAA4AD (or 0xBAA4AD) is unknown color: approx Lily. HEX triplet: BA, A4 and AD. RGB value is (186,164,173). Sum of RGB (Red+Green+Blue) = 186+164+173=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4AD is #455B52. Grayscale: #ABABAB. Windows color (decimal): -4545363 or 11379898. OLE color: 11379898.

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

Color convert

RGB186164173-
CMYK00.120.070.27
HSL335.45º13.75%68.63%-
HSV(B)335.45º11.83%72.94%-
XYZ41.0740.0145.09-
YUV171.6128.79138.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=35.56%
G=31.36%
B=33.08%

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
Decimal18616417300.120.070.27335.4513.7568.63
HexBAA4AD0C71B14fe45
Octal27224425501473351716105
Binary101110101010010010101101011001111101110100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4AD; }

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

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

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

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

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

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

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

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