#BAB5BA

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

Shades of Lola #BAB5BA

Tints of Lola #BAB5BA

Color information

#BAB5BA (or 0xBAB5BA) is unknown color: approx Lola. HEX triplet: BA, B5 and BA. RGB value is (186,181,186). Sum of RGB (Red+Green+Blue) = 186+181+186=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BA is #454A45. Grayscale: #B7B7B7. Windows color (decimal): -4540998 or 12236218. OLE color: 12236218.

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

Color convert

RGB186181186-
CMYK00.0300.27
HSL300º3.5%71.96%-
HSV(B)300º2.69%72.94%-
XYZ45.6447.0353.13-
YUV183.06129.66130.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=33.63%
G=32.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618118600.0300.273003.571.96
HexBAB5BA0301B12c348
Octal272265272030334543110
Binary101110101011010110111010011011011100101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5BA; }

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

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

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

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

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

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

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

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