#BAB9BA

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

Shades of Lola #BAB9BA

Tints of Lola #BAB9BA

Color information

#BAB9BA (or 0xBAB9BA) is unknown color: approx Lola. HEX triplet: BA, B9 and BA. RGB value is (186,185,186). Sum of RGB (Red+Green+Blue) = 186+185+186=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9BA is #454645. Grayscale: #B9B9B9. Windows color (decimal): -4539974 or 12237242. OLE color: 12237242.

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

Color convert

RGB186185186-
CMYK00.0100.27
HSL300º0.72%72.75%-
HSV(B)300º0.54%72.94%-
XYZ46.4648.6853.4-
YUV185.41128.33128.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=33.39%
G=33.21%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618518600.0100.273000.7272.75
HexBAB9BA0101B12c149
Octal272271272010334541111
Binary1011101010111001101110100101101110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9BA; }

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

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

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

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

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

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

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

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