Shades of Tropical Blue #BAD2E5
Tints of Tropical Blue #BAD2E5
RGB
CMYK
RGB Variations
Color information
#BAD2E5 (or 0xBAD2E5) is known color: Tropical Blue. HEX triplet: BA, D2 and E5. RGB value is (186,210,229). Sum of RGB (Red+Green+Blue) = 186+210+229=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2E5 is #452D1A. Grayscale: #CCCCCC. Windows color (decimal): -4533531 or 15061690. OLE color: 15061690.
HSL color Cylindrical-coordinate representation of color #BAD2E5: hue angle of 206.51º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD2E5 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 210 | 229 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.10 |
| HSL | 206.51º | 0.45% | 0.81% | - |
| HSV(B) | 206.51º | 0.19% | 0.9% | - |
| XYZ | 57.44 | 62.19 | 83.11 | - |
| YUV | 204.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 229 | 0.19 | 0.08 | 0 | 0.10 | 206.51 | 0.45 | 0.81 |
| Hex | BA | D2 | E5 | 13 | 8 | 0 | A | CF | 2D | 51 |
| Octal | 272 | 322 | 345 | 23 | 10 | 0 | 12 | 317 | 55 | 121 |
| Binary | 10111010 | 11010010 | 11100101 | 10011 | 1000 | 0 | 1010 | 11001111 | 101101 | 1010001 |
Color Harmonies of #BAD2E5
Complementary color
Monochromatic Colors of #BAD2E5
Black with #BAD2E5
Text Example
Text Example
White with #BAD2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2E5; }
p { color: rgb(186,210,229); }
H1.HeaderClassName
{
color: #BAD2E5;
}
.AnyTagClassName
{
color: #BAD2E5;
}
</style>
background-color css
<style>
a { background-color: #BAD2E5; }
a { background-color: rgb(186,210,229); }
div.DivClassName
{
background-color: #BAD2E5;
}
.BgClassName
{
background-color: #BAD2E5;
}
</style>
border-color css
<style>
span { border-color: #BAD2E5; }
span { border-color: rgb(186,210,229); }
td.TdClassName
{
border-color: #BAD2E5;
}
.TagClassName
{
border-color: #BAD2E5;
}
</style>