#BABAB0

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

Shades of Mist Grey #BABAB0

Tints of Mist Grey #BABAB0

Color information

#BABAB0 (or 0xBABAB0) is unknown color: approx Mist Grey. HEX triplet: BA, BA and B0. RGB value is (186,186,176). Sum of RGB (Red+Green+Blue) = 186+186+176=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAB0 is #45454F. Grayscale: #B8B8B8. Windows color (decimal): -4539728 or 11582138. OLE color: 11582138.

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

Color convert

RGB186186176-
CMYK000.050.27
HSL60º6.76%70.98%-
HSV(B)60º5.38%72.94%-
XYZ45.6548.6948.07-
YUV184.86123128.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186176000.050.27606.7670.98
HexBABAB00051B3c747
Octal27227226000533747107
Binary10111010101110101011000000101110111111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAB0; }

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

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

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

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

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

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

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

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