#BAABB3

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

Shades of Lily #BAABB3

Tints of Lily #BAABB3

Color information

#BAABB3 (or 0xBAABB3) is unknown color: approx Lily. HEX triplet: BA, AB and B3. RGB value is (186,171,179). Sum of RGB (Red+Green+Blue) = 186+171+179=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABB3 is #45544C. Grayscale: #B0B0B0. Windows color (decimal): -4543565 or 11774906. OLE color: 11774906.

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

Color convert

RGB186171179-
CMYK00.080.040.27
HSL328º9.8%70%-
HSV(B)328º8.06%72.94%-
XYZ42.9542.8248.65-
YUV176.4129.47134.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=34.70%
G=31.90%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617117900.080.040.273289.870
HexBAABB30841B148a46
Octal27225326301043351012106
Binary101110101010101110110011010001001101110100100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABB3; }

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

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

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

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

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

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

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

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