#BAB8AA

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

Shades of Mist Grey #BAB8AA

Tints of Mist Grey #BAB8AA

Color information

#BAB8AA (or 0xBAB8AA) is unknown color: approx Mist Grey. HEX triplet: BA, B8 and AA. RGB value is (186,184,170). Sum of RGB (Red+Green+Blue) = 186+184+170=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB8AA is #454755. Grayscale: #B7B7B7. Windows color (decimal): -4540246 or 11188410. OLE color: 11188410.

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

Color convert

RGB186184170-
CMYK00.010.090.27
HSL52.5º10.39%69.8%-
HSV(B)52.5º8.6%72.94%-
XYZ44.6547.6244.87-
YUV183120.66130.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=34.44%
G=34.07%
B=31.48%

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
Decimal18618417000.010.090.2752.510.3969.8
HexBAB8AA0191B35a46
Octal2722702520111336512106
Binary1011101010111000101010100110011101111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8AA; }

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

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

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

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

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

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

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

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