#BABAA1

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

Shades of Mist Grey #BABAA1

Tints of Mist Grey #BABAA1

Color information

#BABAA1 (or 0xBABAA1) is unknown color: approx Mist Grey. HEX triplet: BA, BA and A1. RGB value is (186,186,161). Sum of RGB (Red+Green+Blue) = 186+186+161=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA1 is #45455E. Grayscale: #B7B7B7. Windows color (decimal): -4539743 or 10599098. OLE color: 10599098.

HSL color Cylindrical-coordinate representation of color #BABAA1: 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 #BABAA1 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186186161-
CMYK000.130.27
HSL60º15.34%68.04%-
HSV(B)60º13.44%72.94%-
XYZ44.2448.1340.68-
YUV183.15115.5130.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=34.90%
G=34.90%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186161000.130.276015.3468.04
HexBABAA100D1B3cf44
Octal2722722410015337417104
Binary1011101010111010101000010011011101111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAA1; }

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

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

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

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

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

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

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

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