Shades of Tropical Blue #BAD1FA
Tints of Tropical Blue #BAD1FA
RGB
CMYK
RGB Variations
Color information
#BAD1FA (or 0xBAD1FA) is known color: Tropical Blue. HEX triplet: BA, D1 and FA. RGB value is (186,209,250). Sum of RGB (Red+Green+Blue) = 186+209+250=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1FA is #452E05. Grayscale: #CECECE. Windows color (decimal): -4533766 or 16437690. OLE color: 16437690.
HSL color Cylindrical-coordinate representation of color #BAD1FA: hue angle of 218.44º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD1FA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 209 | 250 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.02 |
| HSL | 218.44º | 0.86% | 0.85% | - |
| HSV(B) | 218.44º | 0.26% | 0.98% | - |
| XYZ | 60.31 | 62.94 | 99.41 | - |
| YUV | 206.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 250 | 0.26 | 0.16 | 0 | 0.02 | 218.44 | 0.86 | 0.85 |
| Hex | BA | D1 | FA | 1A | 10 | 0 | 2 | DA | 56 | 55 |
| Octal | 272 | 321 | 372 | 32 | 20 | 0 | 2 | 332 | 126 | 125 |
| Binary | 10111010 | 11010001 | 11111010 | 11010 | 10000 | 0 | 10 | 11011010 | 1010110 | 1010101 |
Color Harmonies of #BAD1FA
Complementary color
Monochromatic Colors of #BAD1FA
Black with #BAD1FA
Text Example
Text Example
White with #BAD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1FA; }
p { color: rgb(186,209,250); }
H1.HeaderClassName
{
color: #BAD1FA;
}
.AnyTagClassName
{
color: #BAD1FA;
}
</style>
background-color css
<style>
a { background-color: #BAD1FA; }
a { background-color: rgb(186,209,250); }
div.DivClassName
{
background-color: #BAD1FA;
}
.BgClassName
{
background-color: #BAD1FA;
}
</style>
border-color css
<style>
span { border-color: #BAD1FA; }
span { border-color: rgb(186,209,250); }
td.TdClassName
{
border-color: #BAD1FA;
}
.TagClassName
{
border-color: #BAD1FA;
}
</style>