#BAB9AF

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

Shades of Mist Grey #BAB9AF

Tints of Mist Grey #BAB9AF

Color information

#BAB9AF (or 0xBAB9AF) is unknown color: approx Mist Grey. HEX triplet: BA, B9 and AF. RGB value is (186,185,175). Sum of RGB (Red+Green+Blue) = 186+185+175=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9AF is #454650. Grayscale: #B8B8B8. Windows color (decimal): -4539985 or 11516346. OLE color: 11516346.

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

Color convert

RGB186185175-
CMYK00.010.060.27
HSL54.55º7.38%70.78%-
HSV(B)54.55º5.91%72.94%-
XYZ45.3448.2347.48-
YUV184.16122.83129.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=34.07%
G=33.88%
B=32.05%

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
Decimal18618517500.010.060.2754.557.3870.78
HexBAB9AF0161B37747
Octal27227125701633677107
Binary10111010101110011010111101110110111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9AF; }

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

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

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

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

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

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

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

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