Shades of Light Blue #BAD8E5
Tints of Light Blue #BAD8E5
RGB
CMYK
RGB Variations
Color information
#BAD8E5 (or 0xBAD8E5) is known color: Light Blue. HEX triplet: BA, D8 and E5. RGB value is (186,216,229). Sum of RGB (Red+Green+Blue) = 186+216+229=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8E5 is #45271A. Grayscale: #D0D0D0. Windows color (decimal): -4531995 or 15063226. OLE color: 15063226.
HSL color Cylindrical-coordinate representation of color #BAD8E5: hue angle of 198.14º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD8E5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 216 | 229 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.10 |
| HSL | 198.14º | 0.45% | 0.81% | - |
| HSV(B) | 198.14º | 0.19% | 0.9% | - |
| XYZ | 58.95 | 65.21 | 83.61 | - |
| YUV | 208.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 229 | 0.19 | 0.06 | 0 | 0.10 | 198.14 | 0.45 | 0.81 |
| Hex | BA | D8 | E5 | 13 | 6 | 0 | A | C6 | 2D | 51 |
| Octal | 272 | 330 | 345 | 23 | 6 | 0 | 12 | 306 | 55 | 121 |
| Binary | 10111010 | 11011000 | 11100101 | 10011 | 110 | 0 | 1010 | 11000110 | 101101 | 1010001 |
Color Harmonies of #BAD8E5
Complementary color
Monochromatic Colors of #BAD8E5
Black with #BAD8E5
Text Example
Text Example
White with #BAD8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8E5; }
p { color: rgb(186,216,229); }
H1.HeaderClassName
{
color: #BAD8E5;
}
.AnyTagClassName
{
color: #BAD8E5;
}
</style>
background-color css
<style>
a { background-color: #BAD8E5; }
a { background-color: rgb(186,216,229); }
div.DivClassName
{
background-color: #BAD8E5;
}
.BgClassName
{
background-color: #BAD8E5;
}
</style>
border-color css
<style>
span { border-color: #BAD8E5; }
span { border-color: rgb(186,216,229); }
td.TdClassName
{
border-color: #BAD8E5;
}
.TagClassName
{
border-color: #BAD8E5;
}
</style>