Shades of Tropical Blue #BAD1EC
Tints of Tropical Blue #BAD1EC
RGB
CMYK
RGB Variations
Color information
#BAD1EC (or 0xBAD1EC) is known color: Tropical Blue. HEX triplet: BA, D1 and EC. RGB value is (186,209,236). Sum of RGB (Red+Green+Blue) = 186+209+236=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1EC is #452E13. Grayscale: #CDCDCD. Windows color (decimal): -4533780 or 15520186. OLE color: 15520186.
HSL color Cylindrical-coordinate representation of color #BAD1EC: hue angle of 212.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD1EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 209 | 236 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 212.4º | 0.57% | 0.83% | - |
| HSV(B) | 212.4º | 0.21% | 0.93% | - |
| XYZ | 58.19 | 62.1 | 88.28 | - |
| YUV | 205.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 236 | 0.21 | 0.11 | 0 | 0.07 | 212.4 | 0.57 | 0.83 |
| Hex | BA | D1 | EC | 15 | B | 0 | 7 | D4 | 39 | 53 |
| Octal | 272 | 321 | 354 | 25 | 13 | 0 | 7 | 324 | 71 | 123 |
| Binary | 10111010 | 11010001 | 11101100 | 10101 | 1011 | 0 | 111 | 11010100 | 111001 | 1010011 |
Color Harmonies of #BAD1EC
Complementary color
Monochromatic Colors of #BAD1EC
Black with #BAD1EC
Text Example
Text Example
White with #BAD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1EC; }
p { color: rgb(186,209,236); }
H1.HeaderClassName
{
color: #BAD1EC;
}
.AnyTagClassName
{
color: #BAD1EC;
}
</style>
background-color css
<style>
a { background-color: #BAD1EC; }
a { background-color: rgb(186,209,236); }
div.DivClassName
{
background-color: #BAD1EC;
}
.BgClassName
{
background-color: #BAD1EC;
}
</style>
border-color css
<style>
span { border-color: #BAD1EC; }
span { border-color: rgb(186,209,236); }
td.TdClassName
{
border-color: #BAD1EC;
}
.TagClassName
{
border-color: #BAD1EC;
}
</style>