Shades of Tropical Blue #BAD0F6
Tints of Tropical Blue #BAD0F6
RGB
CMYK
RGB Variations
Color information
#BAD0F6 (or 0xBAD0F6) is known color: Tropical Blue. HEX triplet: BA, D0 and F6. RGB value is (186,208,246). Sum of RGB (Red+Green+Blue) = 186+208+246=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F6 is #452F09. Grayscale: #CDCDCD. Windows color (decimal): -4534026 or 16175290. OLE color: 16175290.
HSL color Cylindrical-coordinate representation of color #BAD0F6: hue angle of 218º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD0F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 208 | 246 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.04 |
| HSL | 218º | 0.77% | 0.85% | - |
| HSV(B) | 218º | 0.24% | 0.96% | - |
| XYZ | 59.44 | 62.2 | 96.06 | - |
| YUV | 205.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 246 | 0.24 | 0.15 | 0 | 0.04 | 218 | 0.77 | 0.85 |
| Hex | BA | D0 | F6 | 18 | F | 0 | 4 | DA | 4D | 55 |
| Octal | 272 | 320 | 366 | 30 | 17 | 0 | 4 | 332 | 115 | 125 |
| Binary | 10111010 | 11010000 | 11110110 | 11000 | 1111 | 0 | 100 | 11011010 | 1001101 | 1010101 |
Color Harmonies of #BAD0F6
Complementary color
Monochromatic Colors of #BAD0F6
Black with #BAD0F6
Text Example
Text Example
White with #BAD0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0F6; }
p { color: rgb(186,208,246); }
H1.HeaderClassName
{
color: #BAD0F6;
}
.AnyTagClassName
{
color: #BAD0F6;
}
</style>
background-color css
<style>
a { background-color: #BAD0F6; }
a { background-color: rgb(186,208,246); }
div.DivClassName
{
background-color: #BAD0F6;
}
.BgClassName
{
background-color: #BAD0F6;
}
</style>
border-color css
<style>
span { border-color: #BAD0F6; }
span { border-color: rgb(186,208,246); }
td.TdClassName
{
border-color: #BAD0F6;
}
.TagClassName
{
border-color: #BAD0F6;
}
</style>