#BAB9A3

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

Shades of Mist Grey #BAB9A3

Tints of Mist Grey #BAB9A3

Color information

#BAB9A3 (or 0xBAB9A3) is unknown color: approx Mist Grey. HEX triplet: BA, B9 and A3. RGB value is (186,185,163). Sum of RGB (Red+Green+Blue) = 186+185+163=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9A3 is #45465C. Grayscale: #B6B6B6. Windows color (decimal): -4539997 or 10729914. OLE color: 10729914.

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

Color convert

RGB186185163-
CMYK00.010.120.27
HSL57.39º14.29%68.43%-
HSV(B)57.39º12.37%72.94%-
XYZ44.2147.7841.54-
YUV182.79116.83130.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 163 (64.06% from 255) = 30.52%
R=34.83%
G=34.64%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618516300.010.120.2757.3914.2968.43
HexBAB9A301C1B39e44
Octal2722712430114337116104
Binary1011101010111001101000110111001101111100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9A3; }

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

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

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

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

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

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

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

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