#BAA9B1

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

Shades of Lily #BAA9B1

Tints of Lily #BAA9B1

Color information

#BAA9B1 (or 0xBAA9B1) is unknown color: approx Lily. HEX triplet: BA, A9 and B1. RGB value is (186,169,177). Sum of RGB (Red+Green+Blue) = 186+169+177=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9B1 is #45564E. Grayscale: #AEAEAE. Windows color (decimal): -4544079 or 11643322. OLE color: 11643322.

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

Color convert

RGB186169177-
CMYK00.090.050.27
HSL331.76º10.97%69.61%-
HSV(B)331.76º9.14%72.94%-
XYZ42.3741.9947.47-
YUV174.99129.13135.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=34.96%
G=31.77%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616917700.090.050.27331.7610.9769.61
HexBAA9B10951B14cb46
Octal27225126101153351413106
Binary101110101010100110110001010011011101110100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9B1; }

 p { color: rgb(186,169,177); }

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

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

 a { background-color: rgb(186,169,177); }

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

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

 span { border-color: rgb(186,169,177); }

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