#BABAAC

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

Shades of Mist Grey #BABAAC

Tints of Mist Grey #BABAAC

Color information

#BABAAC (or 0xBABAAC) is unknown color: approx Mist Grey. HEX triplet: BA, BA and AC. RGB value is (186,186,172). Sum of RGB (Red+Green+Blue) = 186+186+172=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAC is #454553. Grayscale: #B8B8B8. Windows color (decimal): -4539732 or 11319994. OLE color: 11319994.

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

Color convert

RGB186186172-
CMYK000.080.27
HSL60º9.21%70.2%-
HSV(B)60º7.53%72.94%-
XYZ45.2648.5446.01-
YUV184.4121129.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=34.19%
G=34.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186172000.080.27609.2170.2
HexBABAAC0081B3c946
Octal2722722540010337411106
Binary1011101010111010101011000010001101111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAAC; }

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

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

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

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

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

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

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

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