Shades of Tropical Blue #BAD1E5
Tints of Tropical Blue #BAD1E5
RGB
CMYK
RGB Variations
Color information
#BAD1E5 (or 0xBAD1E5) is known color: Tropical Blue. HEX triplet: BA, D1 and E5. RGB value is (186,209,229). Sum of RGB (Red+Green+Blue) = 186+209+229=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1E5 is #452E1A. Grayscale: #CCCCCC. Windows color (decimal): -4533787 or 15061434. OLE color: 15061434.
HSL color Cylindrical-coordinate representation of color #BAD1E5: hue angle of 207.91º 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 #BAD1E5 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 209 | 229 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.10 |
| HSL | 207.91º | 0.45% | 0.81% | - |
| HSV(B) | 207.91º | 0.19% | 0.9% | - |
| XYZ | 57.19 | 61.7 | 83.02 | - |
| YUV | 204.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 229 | 0.19 | 0.09 | 0 | 0.10 | 207.91 | 0.45 | 0.81 |
| Hex | BA | D1 | E5 | 13 | 9 | 0 | A | D0 | 2D | 51 |
| Octal | 272 | 321 | 345 | 23 | 11 | 0 | 12 | 320 | 55 | 121 |
| Binary | 10111010 | 11010001 | 11100101 | 10011 | 1001 | 0 | 1010 | 11010000 | 101101 | 1010001 |
Color Harmonies of #BAD1E5
Complementary color
Monochromatic Colors of #BAD1E5
Black with #BAD1E5
Text Example
Text Example
White with #BAD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1E5; }
p { color: rgb(186,209,229); }
H1.HeaderClassName
{
color: #BAD1E5;
}
.AnyTagClassName
{
color: #BAD1E5;
}
</style>
background-color css
<style>
a { background-color: #BAD1E5; }
a { background-color: rgb(186,209,229); }
div.DivClassName
{
background-color: #BAD1E5;
}
.BgClassName
{
background-color: #BAD1E5;
}
</style>
border-color css
<style>
span { border-color: #BAD1E5; }
span { border-color: rgb(186,209,229); }
td.TdClassName
{
border-color: #BAD1E5;
}
.TagClassName
{
border-color: #BAD1E5;
}
</style>