#BAB2BA

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

Shades of Lola #BAB2BA

Tints of Lola #BAB2BA

Color information

#BAB2BA (or 0xBAB2BA) is unknown color: approx Lola. HEX triplet: BA, B2 and BA. RGB value is (186,178,186). Sum of RGB (Red+Green+Blue) = 186+178+186=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2BA is #454D45. Grayscale: #B5B5B5. Windows color (decimal): -4541766 or 12235450. OLE color: 12235450.

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

Color convert

RGB186178186-
CMYK00.0400.27
HSL300º5.48%71.37%-
HSV(B)300º4.3%72.94%-
XYZ45.0345.8352.93-
YUV181.3130.65131.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=33.82%
G=32.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617818600.0400.273005.4871.37
HexBAB2BA0401B12c547
Octal272262272040334545107
Binary10111010101100101011101001000110111001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2BA; }

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

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

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

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

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

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

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

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