Shades of Light Blue #BADDEC
Tints of Light Blue #BADDEC
RGB
CMYK
RGB Variations
Color information
#BADDEC (or 0xBADDEC) is known color: Light Blue. HEX triplet: BA, DD and EC. RGB value is (186,221,236). Sum of RGB (Red+Green+Blue) = 186+221+236=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDEC is #452213. Grayscale: #D4D4D4. Windows color (decimal): -4530708 or 15523258. OLE color: 15523258.
HSL color Cylindrical-coordinate representation of color #BADDEC: hue angle of 198º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 221 | 236 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 198º | 0.57% | 0.83% | - |
| HSV(B) | 198º | 0.21% | 0.93% | - |
| XYZ | 61.25 | 68.21 | 89.29 | - |
| YUV | 212.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 236 | 0.21 | 0.06 | 0 | 0.07 | 198 | 0.57 | 0.83 |
| Hex | BA | DD | EC | 15 | 6 | 0 | 7 | C6 | 39 | 53 |
| Octal | 272 | 335 | 354 | 25 | 6 | 0 | 7 | 306 | 71 | 123 |
| Binary | 10111010 | 11011101 | 11101100 | 10101 | 110 | 0 | 111 | 11000110 | 111001 | 1010011 |
Color Harmonies of #BADDEC
Complementary color
Monochromatic Colors of #BADDEC
Black with #BADDEC
Text Example
Text Example
White with #BADDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDEC; }
p { color: rgb(186,221,236); }
H1.HeaderClassName
{
color: #BADDEC;
}
.AnyTagClassName
{
color: #BADDEC;
}
</style>
background-color css
<style>
a { background-color: #BADDEC; }
a { background-color: rgb(186,221,236); }
div.DivClassName
{
background-color: #BADDEC;
}
.BgClassName
{
background-color: #BADDEC;
}
</style>
border-color css
<style>
span { border-color: #BADDEC; }
span { border-color: rgb(186,221,236); }
td.TdClassName
{
border-color: #BADDEC;
}
.TagClassName
{
border-color: #BADDEC;
}
</style>