#BABAA2

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

Shades of Mist Grey #BABAA2

Tints of Mist Grey #BABAA2

Color information

#BABAA2 (or 0xBABAA2) is unknown color: approx Mist Grey. HEX triplet: BA, BA and A2. RGB value is (186,186,162). Sum of RGB (Red+Green+Blue) = 186+186+162=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA2 is #45455D. Grayscale: #B7B7B7. Windows color (decimal): -4539742 or 10664634. OLE color: 10664634.

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

Color convert

RGB186186162-
CMYK000.130.27
HSL60º14.81%68.24%-
HSV(B)60º12.9%72.94%-
XYZ44.3348.1741.14-
YUV183.26116129.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=34.83%
G=34.83%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186162000.130.276014.8168.24
HexBABAA200D1B3cf44
Octal2722722420015337417104
Binary1011101010111010101000100011011101111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAA2; }

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

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

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

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

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

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

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

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