Shades of Tropical Blue #BAD2E6
Tints of Tropical Blue #BAD2E6
RGB
CMYK
RGB Variations
Color information
#BAD2E6 (or 0xBAD2E6) is known color: Tropical Blue. HEX triplet: BA, D2 and E6. RGB value is (186,210,230). Sum of RGB (Red+Green+Blue) = 186+210+230=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2E6 is #452D19. Grayscale: #CDCDCD. Windows color (decimal): -4533530 or 15127226. OLE color: 15127226.
HSL color Cylindrical-coordinate representation of color #BAD2E6: hue angle of 207.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD2E6 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 210 | 230 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.10 |
| HSL | 207.27º | 0.47% | 0.82% | - |
| HSV(B) | 207.27º | 0.19% | 0.9% | - |
| XYZ | 57.58 | 62.25 | 83.84 | - |
| YUV | 205.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 230 | 0.19 | 0.09 | 0 | 0.10 | 207.27 | 0.47 | 0.82 |
| Hex | BA | D2 | E6 | 13 | 9 | 0 | A | CF | 2F | 52 |
| Octal | 272 | 322 | 346 | 23 | 11 | 0 | 12 | 317 | 57 | 122 |
| Binary | 10111010 | 11010010 | 11100110 | 10011 | 1001 | 0 | 1010 | 11001111 | 101111 | 1010010 |
Color Harmonies of #BAD2E6
Complementary color
Monochromatic Colors of #BAD2E6
Black with #BAD2E6
Text Example
Text Example
White with #BAD2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2E6; }
p { color: rgb(186,210,230); }
H1.HeaderClassName
{
color: #BAD2E6;
}
.AnyTagClassName
{
color: #BAD2E6;
}
</style>
background-color css
<style>
a { background-color: #BAD2E6; }
a { background-color: rgb(186,210,230); }
div.DivClassName
{
background-color: #BAD2E6;
}
.BgClassName
{
background-color: #BAD2E6;
}
</style>
border-color css
<style>
span { border-color: #BAD2E6; }
span { border-color: rgb(186,210,230); }
td.TdClassName
{
border-color: #BAD2E6;
}
.TagClassName
{
border-color: #BAD2E6;
}
</style>