Shades of Light Blue #BAD3DB
Tints of Light Blue #BAD3DB
RGB
CMYK
RGB Variations
Color information
#BAD3DB (or 0xBAD3DB) is known color: Light Blue. HEX triplet: BA, D3 and DB. RGB value is (186,211,219). Sum of RGB (Red+Green+Blue) = 186+211+219=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD3DB is #452C24. Grayscale: #CCCCCC. Windows color (decimal): -4533285 or 14406586. OLE color: 14406586.
HSL color Cylindrical-coordinate representation of color #BAD3DB: hue angle of 194.55º 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 #BAD3DB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 211 | 219 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.14 |
| HSL | 194.55º | 0.31% | 0.79% | - |
| HSV(B) | 194.55º | 0.15% | 0.86% | - |
| XYZ | 56.33 | 62.14 | 76.04 | - |
| YUV | 204.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 219 | 0.15 | 0.04 | 0 | 0.14 | 194.55 | 0.31 | 0.79 |
| Hex | BA | D3 | DB | F | 4 | 0 | E | C3 | 1F | 4F |
| Octal | 272 | 323 | 333 | 17 | 4 | 0 | 16 | 303 | 37 | 117 |
| Binary | 10111010 | 11010011 | 11011011 | 1111 | 100 | 0 | 1110 | 11000011 | 11111 | 1001111 |
Color Harmonies of #BAD3DB
Complementary color
Monochromatic Colors of #BAD3DB
Black with #BAD3DB
Text Example
Text Example
White with #BAD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD3DB; }
p { color: rgb(186,211,219); }
H1.HeaderClassName
{
color: #BAD3DB;
}
.AnyTagClassName
{
color: #BAD3DB;
}
</style>
background-color css
<style>
a { background-color: #BAD3DB; }
a { background-color: rgb(186,211,219); }
div.DivClassName
{
background-color: #BAD3DB;
}
.BgClassName
{
background-color: #BAD3DB;
}
</style>
border-color css
<style>
span { border-color: #BAD3DB; }
span { border-color: rgb(186,211,219); }
td.TdClassName
{
border-color: #BAD3DB;
}
.TagClassName
{
border-color: #BAD3DB;
}
</style>