#BAA4AC

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

Shades of Lily #BAA4AC

Tints of Lily #BAA4AC

Color information

#BAA4AC (or 0xBAA4AC) is unknown color: approx Lily. HEX triplet: BA, A4 and AC. RGB value is (186,164,172). Sum of RGB (Red+Green+Blue) = 186+164+172=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4AC is #455B53. Grayscale: #ABABAB. Windows color (decimal): -4545364 or 11314362. OLE color: 11314362.

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

Color convert

RGB186164172-
CMYK00.120.080.27
HSL338.18º13.75%68.63%-
HSV(B)338.18º11.83%72.94%-
XYZ40.9739.9744.59-
YUV171.49128.29138.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=35.63%
G=31.42%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616417200.120.080.27338.1813.7568.63
HexBAA4AC0C81B152e45
Octal272244254014103352216105
Binary1011101010100100101011000110010001101110101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4AC; }

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

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

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

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

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

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

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

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