Shades of Tropical Blue #BAD2EC
Tints of Tropical Blue #BAD2EC
RGB
CMYK
RGB Variations
Color information
#BAD2EC (or 0xBAD2EC) is known color: Tropical Blue. HEX triplet: BA, D2 and EC. RGB value is (186,210,236). Sum of RGB (Red+Green+Blue) = 186+210+236=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2EC is #452D13. Grayscale: #CDCDCD. Windows color (decimal): -4533524 or 15520442. OLE color: 15520442.
HSL color Cylindrical-coordinate representation of color #BAD2EC: hue angle of 211.2º 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 #BAD2EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 210 | 236 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.07 |
| HSL | 211.2º | 0.57% | 0.83% | - |
| HSV(B) | 211.2º | 0.21% | 0.93% | - |
| XYZ | 58.44 | 62.59 | 88.36 | - |
| YUV | 205.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 236 | 0.21 | 0.11 | 0 | 0.07 | 211.2 | 0.57 | 0.83 |
| Hex | BA | D2 | EC | 15 | B | 0 | 7 | D3 | 39 | 53 |
| Octal | 272 | 322 | 354 | 25 | 13 | 0 | 7 | 323 | 71 | 123 |
| Binary | 10111010 | 11010010 | 11101100 | 10101 | 1011 | 0 | 111 | 11010011 | 111001 | 1010011 |
Color Harmonies of #BAD2EC
Complementary color
Monochromatic Colors of #BAD2EC
Black with #BAD2EC
Text Example
Text Example
White with #BAD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2EC; }
p { color: rgb(186,210,236); }
H1.HeaderClassName
{
color: #BAD2EC;
}
.AnyTagClassName
{
color: #BAD2EC;
}
</style>
background-color css
<style>
a { background-color: #BAD2EC; }
a { background-color: rgb(186,210,236); }
div.DivClassName
{
background-color: #BAD2EC;
}
.BgClassName
{
background-color: #BAD2EC;
}
</style>
border-color css
<style>
span { border-color: #BAD2EC; }
span { border-color: rgb(186,210,236); }
td.TdClassName
{
border-color: #BAD2EC;
}
.TagClassName
{
border-color: #BAD2EC;
}
</style>