Shades of Tropical Blue #BAD0E8
Tints of Tropical Blue #BAD0E8
RGB
CMYK
RGB Variations
Color information
#BAD0E8 (or 0xBAD0E8) is known color: Tropical Blue. HEX triplet: BA, D0 and E8. RGB value is (186,208,232). Sum of RGB (Red+Green+Blue) = 186+208+232=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAD0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0E8 is #452F17. Grayscale: #CCCCCC. Windows color (decimal): -4534040 or 15257786. OLE color: 15257786.
HSL color Cylindrical-coordinate representation of color #BAD0E8: hue angle of 211.3º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAD0E8 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 208 | 232 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.09 |
| HSL | 211.3º | 0.5% | 0.82% | - |
| HSV(B) | 211.3º | 0.2% | 0.91% | - |
| XYZ | 57.37 | 61.38 | 85.17 | - |
| YUV | 204.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 232 | 0.20 | 0.10 | 0 | 0.09 | 211.3 | 0.5 | 0.82 |
| Hex | BA | D0 | E8 | 14 | A | 0 | 9 | D3 | 32 | 52 |
| Octal | 272 | 320 | 350 | 24 | 12 | 0 | 11 | 323 | 62 | 122 |
| Binary | 10111010 | 11010000 | 11101000 | 10100 | 1010 | 0 | 1001 | 11010011 | 110010 | 1010010 |
Color Harmonies of #BAD0E8
Complementary color
Monochromatic Colors of #BAD0E8
Black with #BAD0E8
Text Example
Text Example
White with #BAD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0E8; }
p { color: rgb(186,208,232); }
H1.HeaderClassName
{
color: #BAD0E8;
}
.AnyTagClassName
{
color: #BAD0E8;
}
</style>
background-color css
<style>
a { background-color: #BAD0E8; }
a { background-color: rgb(186,208,232); }
div.DivClassName
{
background-color: #BAD0E8;
}
.BgClassName
{
background-color: #BAD0E8;
}
</style>
border-color css
<style>
span { border-color: #BAD0E8; }
span { border-color: rgb(186,208,232); }
td.TdClassName
{
border-color: #BAD0E8;
}
.TagClassName
{
border-color: #BAD0E8;
}
</style>