Shades of Light Blue #BAD0DB
Tints of Light Blue #BAD0DB
RGB
CMYK
RGB Variations
Color information
#BAD0DB (or 0xBAD0DB) is known color: Light Blue. HEX triplet: BA, D0 and DB. RGB value is (186,208,219). Sum of RGB (Red+Green+Blue) = 186+208+219=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0DB is #452F24. Grayscale: #CACACA. Windows color (decimal): -4534053 or 14405818. OLE color: 14405818.
HSL color Cylindrical-coordinate representation of color #BAD0DB: hue angle of 200º 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 #BAD0DB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 208 | 219 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.14 |
| HSL | 200º | 0.31% | 0.79% | - |
| HSV(B) | 200º | 0.15% | 0.86% | - |
| XYZ | 55.59 | 60.67 | 75.8 | - |
| YUV | 202.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 219 | 0.15 | 0.05 | 0 | 0.14 | 200 | 0.31 | 0.79 |
| Hex | BA | D0 | DB | F | 5 | 0 | E | C8 | 1F | 4F |
| Octal | 272 | 320 | 333 | 17 | 5 | 0 | 16 | 310 | 37 | 117 |
| Binary | 10111010 | 11010000 | 11011011 | 1111 | 101 | 0 | 1110 | 11001000 | 11111 | 1001111 |
Color Harmonies of #BAD0DB
Complementary color
Monochromatic Colors of #BAD0DB
Black with #BAD0DB
Text Example
Text Example
White with #BAD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0DB; }
p { color: rgb(186,208,219); }
H1.HeaderClassName
{
color: #BAD0DB;
}
.AnyTagClassName
{
color: #BAD0DB;
}
</style>
background-color css
<style>
a { background-color: #BAD0DB; }
a { background-color: rgb(186,208,219); }
div.DivClassName
{
background-color: #BAD0DB;
}
.BgClassName
{
background-color: #BAD0DB;
}
</style>
border-color css
<style>
span { border-color: #BAD0DB; }
span { border-color: rgb(186,208,219); }
td.TdClassName
{
border-color: #BAD0DB;
}
.TagClassName
{
border-color: #BAD0DB;
}
</style>