Shades of Light Blue #BAD9E5
Tints of Light Blue #BAD9E5
RGB
CMYK
RGB Variations
Color information
#BAD9E5 (or 0xBAD9E5) is known color: Light Blue. HEX triplet: BA, D9 and E5. RGB value is (186,217,229). Sum of RGB (Red+Green+Blue) = 186+217+229=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9E5 is #45261A. Grayscale: #D1D1D1. Windows color (decimal): -4531739 or 15063482. OLE color: 15063482.
HSL color Cylindrical-coordinate representation of color #BAD9E5: hue angle of 196.74º 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 #BAD9E5 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 217 | 229 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.10 |
| HSL | 196.74º | 0.45% | 0.81% | - |
| HSV(B) | 196.74º | 0.19% | 0.9% | - |
| XYZ | 59.21 | 65.72 | 83.69 | - |
| YUV | 209.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 229 | 0.19 | 0.05 | 0 | 0.10 | 196.74 | 0.45 | 0.81 |
| Hex | BA | D9 | E5 | 13 | 5 | 0 | A | C5 | 2D | 51 |
| Octal | 272 | 331 | 345 | 23 | 5 | 0 | 12 | 305 | 55 | 121 |
| Binary | 10111010 | 11011001 | 11100101 | 10011 | 101 | 0 | 1010 | 11000101 | 101101 | 1010001 |
Color Harmonies of #BAD9E5
Complementary color
Monochromatic Colors of #BAD9E5
Black with #BAD9E5
Text Example
Text Example
White with #BAD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9E5; }
p { color: rgb(186,217,229); }
H1.HeaderClassName
{
color: #BAD9E5;
}
.AnyTagClassName
{
color: #BAD9E5;
}
</style>
background-color css
<style>
a { background-color: #BAD9E5; }
a { background-color: rgb(186,217,229); }
div.DivClassName
{
background-color: #BAD9E5;
}
.BgClassName
{
background-color: #BAD9E5;
}
</style>
border-color css
<style>
span { border-color: #BAD9E5; }
span { border-color: rgb(186,217,229); }
td.TdClassName
{
border-color: #BAD9E5;
}
.TagClassName
{
border-color: #BAD9E5;
}
</style>