Shades of Light Blue #BAD7DF
Tints of Light Blue #BAD7DF
RGB
CMYK
RGB Variations
Color information
#BAD7DF (or 0xBAD7DF) is known color: Light Blue. HEX triplet: BA, D7 and DF. RGB value is (186,215,223). Sum of RGB (Red+Green+Blue) = 186+215+223=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7DF is #452820. Grayscale: #CFCFCF. Windows color (decimal): -4532257 or 14669754. OLE color: 14669754.
HSL color Cylindrical-coordinate representation of color #BAD7DF: hue angle of 192.97º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD7DF is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 215 | 223 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.13 |
| HSL | 192.97º | 0.37% | 0.8% | - |
| HSV(B) | 192.97º | 0.17% | 0.87% | - |
| XYZ | 57.87 | 64.37 | 79.19 | - |
| YUV | 207.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 223 | 0.17 | 0.04 | 0 | 0.13 | 192.97 | 0.37 | 0.8 |
| Hex | BA | D7 | DF | 11 | 4 | 0 | D | C1 | 25 | 50 |
| Octal | 272 | 327 | 337 | 21 | 4 | 0 | 15 | 301 | 45 | 120 |
| Binary | 10111010 | 11010111 | 11011111 | 10001 | 100 | 0 | 1101 | 11000001 | 100101 | 1010000 |
Color Harmonies of #BAD7DF
Complementary color
Monochromatic Colors of #BAD7DF
Black with #BAD7DF
Text Example
Text Example
White with #BAD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7DF; }
p { color: rgb(186,215,223); }
H1.HeaderClassName
{
color: #BAD7DF;
}
.AnyTagClassName
{
color: #BAD7DF;
}
</style>
background-color css
<style>
a { background-color: #BAD7DF; }
a { background-color: rgb(186,215,223); }
div.DivClassName
{
background-color: #BAD7DF;
}
.BgClassName
{
background-color: #BAD7DF;
}
</style>
border-color css
<style>
span { border-color: #BAD7DF; }
span { border-color: rgb(186,215,223); }
td.TdClassName
{
border-color: #BAD7DF;
}
.TagClassName
{
border-color: #BAD7DF;
}
</style>