#BAB2B9

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

Shades of Lola #BAB2B9

Tints of Lola #BAB2B9

Color information

#BAB2B9 (or 0xBAB2B9) is unknown color: approx Lola. HEX triplet: BA, B2 and B9. RGB value is (186,178,185). Sum of RGB (Red+Green+Blue) = 186+178+185=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2B9 is #454D46. Grayscale: #B5B5B5. Windows color (decimal): -4541767 or 12169914. OLE color: 12169914.

HSL color Cylindrical-coordinate representation of color #BAB2B9: hue angle of 307.5º 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 #BAB2B9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186178185-
CMYK00.040.010.27
HSL307.5º5.48%71.37%-
HSV(B)307.5º4.3%72.94%-
XYZ44.9345.7852.37-
YUV181.19130.15131.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=33.88%
G=32.42%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617818500.040.010.27307.55.4871.37
HexBAB2B90411B134547
Octal272262271041334645107
Binary10111010101100101011100101001110111001101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2B9; }

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

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

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

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

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

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

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

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