#BABAA9

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

Shades of Mist Grey #BABAA9

Tints of Mist Grey #BABAA9

Color information

#BABAA9 (or 0xBABAA9) is unknown color: approx Mist Grey. HEX triplet: BA, BA and A9. RGB value is (186,186,169). Sum of RGB (Red+Green+Blue) = 186+186+169=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA9 is #454556. Grayscale: #B8B8B8. Windows color (decimal): -4539735 or 11123386. OLE color: 11123386.

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

Color convert

RGB186186169-
CMYK000.090.27
HSL60º10.97%69.61%-
HSV(B)60º9.14%72.94%-
XYZ44.9748.4244.51-
YUV184.06119.5129.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=34.38%
G=34.38%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186169000.090.276010.9769.61
HexBABAA90091B3cb46
Octal2722722510011337413106
Binary1011101010111010101010010010011101111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAA9; }

 p { color: rgb(186,186,169); }

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

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

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

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

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

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

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