Shades of Light Blue #BAD2D9
Tints of Light Blue #BAD2D9
RGB
CMYK
RGB Variations
Color information
#BAD2D9 (or 0xBAD2D9) is known color: Light Blue. HEX triplet: BA, D2 and D9. RGB value is (186,210,217). Sum of RGB (Red+Green+Blue) = 186+210+217=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAD2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2D9 is #452D26. Grayscale: #CBCBCB. Windows color (decimal): -4533543 or 14275258. OLE color: 14275258.
HSL color Cylindrical-coordinate representation of color #BAD2D9: hue angle of 193.55º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD2D9 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 210 | 217 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.15 |
| HSL | 193.55º | 0.29% | 0.79% | - |
| HSV(B) | 193.55º | 0.14% | 0.85% | - |
| XYZ | 55.82 | 61.54 | 74.58 | - |
| YUV | 203.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 217 | 0.14 | 0.03 | 0 | 0.15 | 193.55 | 0.29 | 0.79 |
| Hex | BA | D2 | D9 | E | 3 | 0 | F | C2 | 1D | 4F |
| Octal | 272 | 322 | 331 | 16 | 3 | 0 | 17 | 302 | 35 | 117 |
| Binary | 10111010 | 11010010 | 11011001 | 1110 | 11 | 0 | 1111 | 11000010 | 11101 | 1001111 |
Color Harmonies of #BAD2D9
Complementary color
Monochromatic Colors of #BAD2D9
Black with #BAD2D9
Text Example
Text Example
White with #BAD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2D9; }
p { color: rgb(186,210,217); }
H1.HeaderClassName
{
color: #BAD2D9;
}
.AnyTagClassName
{
color: #BAD2D9;
}
</style>
background-color css
<style>
a { background-color: #BAD2D9; }
a { background-color: rgb(186,210,217); }
div.DivClassName
{
background-color: #BAD2D9;
}
.BgClassName
{
background-color: #BAD2D9;
}
</style>
border-color css
<style>
span { border-color: #BAD2D9; }
span { border-color: rgb(186,210,217); }
td.TdClassName
{
border-color: #BAD2D9;
}
.TagClassName
{
border-color: #BAD2D9;
}
</style>