#BADECB (or 0xBADECB) is unknown color: approx Aero Blue. HEX triplet: BA, DE and CB. RGB value is (186,222,203). Sum of RGB (Red+Green+Blue) = 186+222+203=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #BADECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADECB is #452134. Grayscale: #D1D1D1. Windows color (decimal): -4530485 or 13360826. OLE color: 13360826.
HSL color Cylindrical-coordinate representation of color #BADECB: hue angle of 148.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADECB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
<style> p { color: #BADECB; } p { color: rgb(186,222,203); } H1.HeaderClassName { color: #BADECB; } .AnyTagClassName { color: #BADECB; } </style>
<style> a { background-color: #BADECB; } a { background-color: rgb(186,222,203); } div.DivClassName { background-color: #BADECB; } .BgClassName { background-color: #BADECB; } </style>
<style> span { border-color: #BADECB; } span { border-color: rgb(186,222,203); } td.TdClassName { border-color: #BADECB; } .TagClassName { border-color: #BADECB; } </style>