#BAB8AB

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

Shades of Mist Grey #BAB8AB

Tints of Mist Grey #BAB8AB

Color information

#BAB8AB (or 0xBAB8AB) is unknown color: approx Mist Grey. HEX triplet: BA, B8 and AB. RGB value is (186,184,171). Sum of RGB (Red+Green+Blue) = 186+184+171=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8AB is #454754. Grayscale: #B7B7B7. Windows color (decimal): -4540245 or 11253946. OLE color: 11253946.

HSL color Cylindrical-coordinate representation of color #BAB8AB: hue angle of 52º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB8AB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186184171-
CMYK00.010.080.27
HSL52º9.8%70%-
HSV(B)52º8.06%72.94%-
XYZ44.7447.6645.37-
YUV183.12121.16130.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=34.38%
G=34.01%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618417100.010.080.27529.870
HexBAB8AB0181B34a46
Octal2722702530110336412106
Binary1011101010111000101010110110001101111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8AB; }

 p { color: rgb(186,184,171); }

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

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

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

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

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

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

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