#BAD0FF (or 0xBAD0FF) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and FF. RGB value is (186,208,255). Sum of RGB (Red+Green+Blue) = 186+208+255=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0FF is #452F00. Grayscale: #CECECE. Windows color (decimal): -4534017 or 16765114. OLE color: 16765114.
HSL color Cylindrical-coordinate representation of color #BAD0FF: hue angle of 220.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD0FF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #BAD0FF; } p { color: rgb(186,208,255); } H1.HeaderClassName { color: #BAD0FF; } .AnyTagClassName { color: #BAD0FF; } </style>
<style> a { background-color: #BAD0FF; } a { background-color: rgb(186,208,255); } div.DivClassName { background-color: #BAD0FF; } .BgClassName { background-color: #BAD0FF; } </style>
<style> span { border-color: #BAD0FF; } span { border-color: rgb(186,208,255); } td.TdClassName { border-color: #BAD0FF; } .TagClassName { border-color: #BAD0FF; } </style>