#BAABB9

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

Shades of Lola #BAABB9

Tints of Lola #BAABB9

Color information

#BAABB9 (or 0xBAABB9) is unknown color: approx Lola. HEX triplet: BA, AB and B9. RGB value is (186,171,185). Sum of RGB (Red+Green+Blue) = 186+171+185=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABB9 is #455446. Grayscale: #B1B1B1. Windows color (decimal): -4543559 or 12168122. OLE color: 12168122.

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

Color convert

RGB186171185-
CMYK00.080.010.27
HSL304º9.8%70%-
HSV(B)304º8.06%72.94%-
XYZ43.5743.0751.92-
YUV177.08132.47134.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=34.32%
G=31.55%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617118500.080.010.273049.870
HexBAABB90811B130a46
Octal27225327101013346012106
Binary1011101010101011101110010100011101110011000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABB9; }

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

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

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

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

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

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

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

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