#BAB9AE

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

Shades of Mist Grey #BAB9AE

Tints of Mist Grey #BAB9AE

Color information

#BAB9AE (or 0xBAB9AE) is unknown color: approx Mist Grey. HEX triplet: BA, B9 and AE. RGB value is (186,185,174). Sum of RGB (Red+Green+Blue) = 186+185+174=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9AE is #454651. Grayscale: #B8B8B8. Windows color (decimal): -4539986 or 11450810. OLE color: 11450810.

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

Color convert

RGB186185174-
CMYK00.010.060.27
HSL55º8%70.59%-
HSV(B)55º6.45%72.94%-
XYZ45.2448.1946.96-
YUV184.04122.33129.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=34.13%
G=33.94%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618517400.010.060.2755870.59
HexBAB9AE0161B37847
Octal272271256016336710107
Binary101110101011100110101110011101101111011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9AE; }

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

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

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

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

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

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

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

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