#ABCABB (or 0xABCABB) is unknown color: approx Nebula. HEX triplet: AB, CA and BB. RGB value is (171,202,187). Sum of RGB (Red+Green+Blue) = 171+202+187=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABB is #543544. Grayscale: #BFBFBF. Windows color (decimal): -5518661 or 12307115. OLE color: 12307115.
HSL color Cylindrical-coordinate representation of color #ABCABB: hue angle of 150.97º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCABB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
<style> p { color: #ABCABB; } p { color: rgb(171,202,187); } H1.HeaderClassName { color: #ABCABB; } .AnyTagClassName { color: #ABCABB; } </style>
<style> a { background-color: #ABCABB; } a { background-color: rgb(171,202,187); } div.DivClassName { background-color: #ABCABB; } .BgClassName { background-color: #ABCABB; } </style>
<style> span { border-color: #ABCABB; } span { border-color: rgb(171,202,187); } td.TdClassName { border-color: #ABCABB; } .TagClassName { border-color: #ABCABB; } </style>