Let me explain. I am not looking for a particular attribute of a particular DOM element. I started thinking that if I checked the background-color
of the body element, I would find the background color of a page.
But for example for this site: performance bikes the background color of body is black, and it's "obvious" that the main background color of the site is white.
So, I am parsing the site with PhantomJS. What do you think would be a good strategy to be able to find the most "visible" background-color. I don't know how to say that, but for a human it is kind of obvious which color is the background. How to find it programatically?
EDIT: the bikes site is just an example. I am thinking on how I would do this for "any" page.