#BAABB0

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

Shades of Lily #BAABB0

Tints of Lily #BAABB0

Color information

#BAABB0 (or 0xBAABB0) is unknown color: approx Lily. HEX triplet: BA, AB and B0. RGB value is (186,171,176). Sum of RGB (Red+Green+Blue) = 186+171+176=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABB0 is #45544F. Grayscale: #B0B0B0. Windows color (decimal): -4543568 or 11578298. OLE color: 11578298.

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

Color convert

RGB186171176-
CMYK00.080.050.27
HSL340º9.8%70%-
HSV(B)340º8.06%72.94%-
XYZ42.6542.747.07-
YUV176.05127.97135.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=34.90%
G=32.08%
B=33.02%

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
Decimal18617117600.080.050.273409.870
HexBAABB00851B154a46
Octal27225326001053352412106
Binary101110101010101110110000010001011101110101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABB0; }

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

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

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

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

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

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

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

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