Shades of Light Blue #BAD1DB
Tints of Light Blue #BAD1DB
RGB
CMYK
RGB Variations
Color information
#BAD1DB (or 0xBAD1DB) is known color: Light Blue. HEX triplet: BA, D1 and DB. RGB value is (186,209,219). Sum of RGB (Red+Green+Blue) = 186+209+219=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1DB is #452E24. Grayscale: #CBCBCB. Windows color (decimal): -4533797 or 14406074. OLE color: 14406074.
HSL color Cylindrical-coordinate representation of color #BAD1DB: hue angle of 198.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD1DB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 209 | 219 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.14 |
| HSL | 198.18º | 0.31% | 0.79% | - |
| HSV(B) | 198.18º | 0.15% | 0.86% | - |
| XYZ | 55.84 | 61.15 | 75.88 | - |
| YUV | 203.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 219 | 0.15 | 0.05 | 0 | 0.14 | 198.18 | 0.31 | 0.79 |
| Hex | BA | D1 | DB | F | 5 | 0 | E | C6 | 1F | 4F |
| Octal | 272 | 321 | 333 | 17 | 5 | 0 | 16 | 306 | 37 | 117 |
| Binary | 10111010 | 11010001 | 11011011 | 1111 | 101 | 0 | 1110 | 11000110 | 11111 | 1001111 |
Color Harmonies of #BAD1DB
Complementary color
Monochromatic Colors of #BAD1DB
Black with #BAD1DB
Text Example
Text Example
White with #BAD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1DB; }
p { color: rgb(186,209,219); }
H1.HeaderClassName
{
color: #BAD1DB;
}
.AnyTagClassName
{
color: #BAD1DB;
}
</style>
background-color css
<style>
a { background-color: #BAD1DB; }
a { background-color: rgb(186,209,219); }
div.DivClassName
{
background-color: #BAD1DB;
}
.BgClassName
{
background-color: #BAD1DB;
}
</style>
border-color css
<style>
span { border-color: #BAD1DB; }
span { border-color: rgb(186,209,219); }
td.TdClassName
{
border-color: #BAD1DB;
}
.TagClassName
{
border-color: #BAD1DB;
}
</style>