Shades of Tropical Blue #BAD0F8
Tints of Tropical Blue #BAD0F8
RGB
CMYK
RGB Variations
Color information
#BAD0F8 (or 0xBAD0F8) is known color: Tropical Blue. HEX triplet: BA, D0 and F8. RGB value is (186,208,248). Sum of RGB (Red+Green+Blue) = 186+208+248=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAD0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F8 is #452F07. Grayscale: #CDCDCD. Windows color (decimal): -4534024 or 16306362. OLE color: 16306362.
HSL color Cylindrical-coordinate representation of color #BAD0F8: hue angle of 218.71º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD0F8 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 208 | 248 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.03 |
| HSL | 218.71º | 0.82% | 0.85% | - |
| HSV(B) | 218.71º | 0.25% | 0.97% | - |
| XYZ | 59.75 | 62.33 | 97.69 | - |
| YUV | 205.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 248 | 0.25 | 0.16 | 0 | 0.03 | 218.71 | 0.82 | 0.85 |
| Hex | BA | D0 | F8 | 19 | 10 | 0 | 3 | DB | 52 | 55 |
| Octal | 272 | 320 | 370 | 31 | 20 | 0 | 3 | 333 | 122 | 125 |
| Binary | 10111010 | 11010000 | 11111000 | 11001 | 10000 | 0 | 11 | 11011011 | 1010010 | 1010101 |
Color Harmonies of #BAD0F8
Complementary color
Monochromatic Colors of #BAD0F8
Black with #BAD0F8
Text Example
Text Example
White with #BAD0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0F8; }
p { color: rgb(186,208,248); }
H1.HeaderClassName
{
color: #BAD0F8;
}
.AnyTagClassName
{
color: #BAD0F8;
}
</style>
background-color css
<style>
a { background-color: #BAD0F8; }
a { background-color: rgb(186,208,248); }
div.DivClassName
{
background-color: #BAD0F8;
}
.BgClassName
{
background-color: #BAD0F8;
}
</style>
border-color css
<style>
span { border-color: #BAD0F8; }
span { border-color: rgb(186,208,248); }
td.TdClassName
{
border-color: #BAD0F8;
}
.TagClassName
{
border-color: #BAD0F8;
}
</style>