Shades of Light Blue #BAD8E9
Tints of Light Blue #BAD8E9
RGB
CMYK
RGB Variations
Color information
#BAD8E9 (or 0xBAD8E9) is known color: Light Blue. HEX triplet: BA, D8 and E9. RGB value is (186,216,233). Sum of RGB (Red+Green+Blue) = 186+216+233=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD8E9 is #452716. Grayscale: #D0D0D0. Windows color (decimal): -4531991 or 15325370. OLE color: 15325370.
HSL color Cylindrical-coordinate representation of color #BAD8E9: hue angle of 201.7º degrees, saturation: 0.52, 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 #BAD8E9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 216 | 233 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.09 |
| HSL | 201.7º | 0.52% | 0.82% | - |
| HSV(B) | 201.7º | 0.2% | 0.91% | - |
| XYZ | 59.51 | 65.43 | 86.58 | - |
| YUV | 208.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 233 | 0.20 | 0.07 | 0 | 0.09 | 201.7 | 0.52 | 0.82 |
| Hex | BA | D8 | E9 | 14 | 7 | 0 | 9 | CA | 34 | 52 |
| Octal | 272 | 330 | 351 | 24 | 7 | 0 | 11 | 312 | 64 | 122 |
| Binary | 10111010 | 11011000 | 11101001 | 10100 | 111 | 0 | 1001 | 11001010 | 110100 | 1010010 |
Color Harmonies of #BAD8E9
Complementary color
Monochromatic Colors of #BAD8E9
Black with #BAD8E9
Text Example
Text Example
White with #BAD8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8E9; }
p { color: rgb(186,216,233); }
H1.HeaderClassName
{
color: #BAD8E9;
}
.AnyTagClassName
{
color: #BAD8E9;
}
</style>
background-color css
<style>
a { background-color: #BAD8E9; }
a { background-color: rgb(186,216,233); }
div.DivClassName
{
background-color: #BAD8E9;
}
.BgClassName
{
background-color: #BAD8E9;
}
</style>
border-color css
<style>
span { border-color: #BAD8E9; }
span { border-color: rgb(186,216,233); }
td.TdClassName
{
border-color: #BAD8E9;
}
.TagClassName
{
border-color: #BAD8E9;
}
</style>