#BAABB1

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

Shades of Lily #BAABB1

Tints of Lily #BAABB1

Color information

#BAABB1 (or 0xBAABB1) is unknown color: approx Lily. HEX triplet: BA, AB and B1. RGB value is (186,171,177). Sum of RGB (Red+Green+Blue) = 186+171+177=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABB1 is #45544E. Grayscale: #B0B0B0. Windows color (decimal): -4543567 or 11643834. OLE color: 11643834.

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

Color convert

RGB186171177-
CMYK00.080.050.27
HSL336º9.8%70%-
HSV(B)336º8.06%72.94%-
XYZ42.7542.7447.59-
YUV176.17128.47135.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=34.83%
G=32.02%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117700.080.050.273369.870
HexBAABB10851B150a46
Octal27225326101053352012106
Binary101110101010101110110001010001011101110101000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABB1; }

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

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

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

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

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

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

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

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