Shades of Tropical Blue #BACDE9
Tints of Tropical Blue #BACDE9
RGB
CMYK
RGB Variations
Color information
#BACDE9 (or 0xBACDE9) is known color: Tropical Blue. HEX triplet: BA, CD and E9. RGB value is (186,205,233). Sum of RGB (Red+Green+Blue) = 186+205+233=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDE9 is #453216. Grayscale: #CACACA. Windows color (decimal): -4534807 or 15322554. OLE color: 15322554.
HSL color Cylindrical-coordinate representation of color #BACDE9: hue angle of 215.74º degrees, saturation: 0.52, 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 #BACDE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 205 | 233 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.09 |
| HSL | 215.74º | 0.52% | 0.82% | - |
| HSV(B) | 215.74º | 0.2% | 0.91% | - |
| XYZ | 56.79 | 59.98 | 85.68 | - |
| YUV | 202.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 233 | 0.20 | 0.12 | 0 | 0.09 | 215.74 | 0.52 | 0.82 |
| Hex | BA | CD | E9 | 14 | C | 0 | 9 | D8 | 34 | 52 |
| Octal | 272 | 315 | 351 | 24 | 14 | 0 | 11 | 330 | 64 | 122 |
| Binary | 10111010 | 11001101 | 11101001 | 10100 | 1100 | 0 | 1001 | 11011000 | 110100 | 1010010 |
Color Harmonies of #BACDE9
Complementary color
Monochromatic Colors of #BACDE9
Black with #BACDE9
Text Example
Text Example
White with #BACDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDE9; }
p { color: rgb(186,205,233); }
H1.HeaderClassName
{
color: #BACDE9;
}
.AnyTagClassName
{
color: #BACDE9;
}
</style>
background-color css
<style>
a { background-color: #BACDE9; }
a { background-color: rgb(186,205,233); }
div.DivClassName
{
background-color: #BACDE9;
}
.BgClassName
{
background-color: #BACDE9;
}
</style>
border-color css
<style>
span { border-color: #BACDE9; }
span { border-color: rgb(186,205,233); }
td.TdClassName
{
border-color: #BACDE9;
}
.TagClassName
{
border-color: #BACDE9;
}
</style>