#BAB9AA

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

Shades of Mist Grey #BAB9AA

Tints of Mist Grey #BAB9AA

Color information

#BAB9AA (or 0xBAB9AA) is unknown color: approx Mist Grey. HEX triplet: BA, B9 and AA. RGB value is (186,185,170). Sum of RGB (Red+Green+Blue) = 186+185+170=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9AA is #454655. Grayscale: #B7B7B7. Windows color (decimal): -4539990 or 11188666. OLE color: 11188666.

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

Color convert

RGB186185170-
CMYK00.010.090.27
HSL56.25º10.39%69.8%-
HSV(B)56.25º8.6%72.94%-
XYZ44.8548.0444.94-
YUV183.59120.33129.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=34.38%
G=34.20%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618517000.010.090.2756.2510.3969.8
HexBAB9AA0191B38a46
Octal2722712520111337012106
Binary1011101010111001101010100110011101111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9AA; }

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

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

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

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

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

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

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

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