Shades of Tropical Blue #BACEE9
Tints of Tropical Blue #BACEE9
RGB
CMYK
RGB Variations
Color information
#BACEE9 (or 0xBACEE9) is known color: Tropical Blue. HEX triplet: BA, CE and E9. RGB value is (186,206,233). Sum of RGB (Red+Green+Blue) = 186+206+233=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEE9 is #453116. Grayscale: #CACACA. Windows color (decimal): -4534551 or 15322810. OLE color: 15322810.
HSL color Cylindrical-coordinate representation of color #BACEE9: hue angle of 214.47º 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 #BACEE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 206 | 233 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.09 |
| HSL | 214.47º | 0.52% | 0.82% | - |
| HSV(B) | 214.47º | 0.2% | 0.91% | - |
| XYZ | 57.03 | 60.46 | 85.76 | - |
| YUV | 203.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 233 | 0.20 | 0.12 | 0 | 0.09 | 214.47 | 0.52 | 0.82 |
| Hex | BA | CE | E9 | 14 | C | 0 | 9 | D6 | 34 | 52 |
| Octal | 272 | 316 | 351 | 24 | 14 | 0 | 11 | 326 | 64 | 122 |
| Binary | 10111010 | 11001110 | 11101001 | 10100 | 1100 | 0 | 1001 | 11010110 | 110100 | 1010010 |
Color Harmonies of #BACEE9
Complementary color
Monochromatic Colors of #BACEE9
Black with #BACEE9
Text Example
Text Example
White with #BACEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEE9; }
p { color: rgb(186,206,233); }
H1.HeaderClassName
{
color: #BACEE9;
}
.AnyTagClassName
{
color: #BACEE9;
}
</style>
background-color css
<style>
a { background-color: #BACEE9; }
a { background-color: rgb(186,206,233); }
div.DivClassName
{
background-color: #BACEE9;
}
.BgClassName
{
background-color: #BACEE9;
}
</style>
border-color css
<style>
span { border-color: #BACEE9; }
span { border-color: rgb(186,206,233); }
td.TdClassName
{
border-color: #BACEE9;
}
.TagClassName
{
border-color: #BACEE9;
}
</style>