label1.BackColor = default(System.Drawing.Color); //or label1.BackColor = default((Color));
myButton.BackColor = default(Color);