#BAB3BA

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

Shades of Lola #BAB3BA

Tints of Lola #BAB3BA

Color information

#BAB3BA (or 0xBAB3BA) is unknown color: approx Lola. HEX triplet: BA, B3 and BA. RGB value is (186,179,186). Sum of RGB (Red+Green+Blue) = 186+179+186=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3BA is #454C45. Grayscale: #B5B5B5. Windows color (decimal): -4541510 or 12235706. OLE color: 12235706.

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

Color convert

RGB186179186-
CMYK00.0400.27
HSL300º4.83%71.57%-
HSV(B)300º3.76%72.94%-
XYZ45.2346.2252.99-
YUV181.89130.32130.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=33.76%
G=32.49%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617918600.0400.273004.8371.57
HexBAB3BA0401B12c548
Octal272263272040334545110
Binary10111010101100111011101001000110111001011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3BA; }

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

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

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

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

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

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

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

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