Shades of Light Blue #BADAE8
Tints of Light Blue #BADAE8
RGB
CMYK
RGB Variations
Color information
#BADAE8 (or 0xBADAE8) is known color: Light Blue. HEX triplet: BA, DA and E8. RGB value is (186,218,232). Sum of RGB (Red+Green+Blue) = 186+218+232=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADAE8 is #452517. Grayscale: #D1D1D1. Windows color (decimal): -4531480 or 15260346. OLE color: 15260346.
HSL color Cylindrical-coordinate representation of color #BADAE8: hue angle of 198.26º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADAE8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 218 | 232 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.09 |
| HSL | 198.26º | 0.5% | 0.82% | - |
| HSV(B) | 198.26º | 0.2% | 0.91% | - |
| XYZ | 59.89 | 66.41 | 86.01 | - |
| YUV | 210.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 232 | 0.20 | 0.06 | 0 | 0.09 | 198.26 | 0.5 | 0.82 |
| Hex | BA | DA | E8 | 14 | 6 | 0 | 9 | C6 | 32 | 52 |
| Octal | 272 | 332 | 350 | 24 | 6 | 0 | 11 | 306 | 62 | 122 |
| Binary | 10111010 | 11011010 | 11101000 | 10100 | 110 | 0 | 1001 | 11000110 | 110010 | 1010010 |
Color Harmonies of #BADAE8
Complementary color
Monochromatic Colors of #BADAE8
Black with #BADAE8
Text Example
Text Example
White with #BADAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAE8; }
p { color: rgb(186,218,232); }
H1.HeaderClassName
{
color: #BADAE8;
}
.AnyTagClassName
{
color: #BADAE8;
}
</style>
background-color css
<style>
a { background-color: #BADAE8; }
a { background-color: rgb(186,218,232); }
div.DivClassName
{
background-color: #BADAE8;
}
.BgClassName
{
background-color: #BADAE8;
}
</style>
border-color css
<style>
span { border-color: #BADAE8; }
span { border-color: rgb(186,218,232); }
td.TdClassName
{
border-color: #BADAE8;
}
.TagClassName
{
border-color: #BADAE8;
}
</style>