#BAB9AC

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

Shades of Mist Grey #BAB9AC

Tints of Mist Grey #BAB9AC

Color information

#BAB9AC (or 0xBAB9AC) is unknown color: approx Mist Grey. HEX triplet: BA, B9 and AC. RGB value is (186,185,172). Sum of RGB (Red+Green+Blue) = 186+185+172=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9AC is #454653. Grayscale: #B7B7B7. Windows color (decimal): -4539988 or 11319738. OLE color: 11319738.

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

Color convert

RGB186185172-
CMYK00.010.080.27
HSL55.71º9.21%70.2%-
HSV(B)55.71º7.53%72.94%-
XYZ45.0548.1245.94-
YUV183.82121.33129.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=34.25%
G=34.07%
B=31.68%

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
Decimal18618517200.010.080.2755.719.2170.2
HexBAB9AC0181B38946
Octal2722712540110337011106
Binary1011101010111001101011000110001101111100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9AC; }

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

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

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

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

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

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

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

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