#BABAA5

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

Shades of Mist Grey #BABAA5

Tints of Mist Grey #BABAA5

Color information

#BABAA5 (or 0xBABAA5) is unknown color: approx Mist Grey. HEX triplet: BA, BA and A5. RGB value is (186,186,165). Sum of RGB (Red+Green+Blue) = 186+186+165=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA5 is #45455A. Grayscale: #B7B7B7. Windows color (decimal): -4539739 or 10861242. OLE color: 10861242.

HSL color Cylindrical-coordinate representation of color #BABAA5: hue angle of 60º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABAA5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186186165-
CMYK000.110.27
HSL60º13.21%68.82%-
HSV(B)60º11.29%72.94%-
XYZ44.648.2742.56-
YUV183.61117.5129.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=34.64%
G=34.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186165000.110.276013.2168.82
HexBABAA500B1B3cd45
Octal2722722450013337415105
Binary1011101010111010101001010010111101111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAA5; }

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

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

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

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

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

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

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

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