#BAB0BA

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

Shades of Lola #BAB0BA

Tints of Lola #BAB0BA

Color information

#BAB0BA (or 0xBAB0BA) is unknown color: approx Lola. HEX triplet: BA, B0 and BA. RGB value is (186,176,186). Sum of RGB (Red+Green+Blue) = 186+176+186=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0BA is #454F45. Grayscale: #B4B4B4. Windows color (decimal): -4542278 or 12234938. OLE color: 12234938.

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

Color convert

RGB186176186-
CMYK00.0500.27
HSL300º6.76%70.98%-
HSV(B)300º5.38%72.94%-
XYZ44.6445.0352.79-
YUV180.13131.31132.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=33.94%
G=32.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617618600.0500.273006.7670.98
HexBAB0BA0501B12c747
Octal272260272050334547107
Binary10111010101100001011101001010110111001011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0BA; }

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

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

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

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

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

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

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

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