#BADCED (or 0xBADCED) is unknown color: approx Light Blue. HEX triplet: BA, DC and ED. RGB value is (186,220,237). Sum of RGB (Red+Green+Blue) = 186+220+237=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADCED is #452312. Grayscale: #D3D3D3. Windows color (decimal): -4530963 or 15588538. OLE color: 15588538.
HSL color Cylindrical-coordinate representation of color #BADCED: hue angle of 200º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADCED is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
<style> p { color: #BADCED; } p { color: rgb(186,220,237); } H1.HeaderClassName { color: #BADCED; } .AnyTagClassName { color: #BADCED; } </style>
<style> a { background-color: #BADCED; } a { background-color: rgb(186,220,237); } div.DivClassName { background-color: #BADCED; } .BgClassName { background-color: #BADCED; } </style>
<style> span { border-color: #BADCED; } span { border-color: rgb(186,220,237); } td.TdClassName { border-color: #BADCED; } .TagClassName { border-color: #BADCED; } </style>