Shades of Tropical Blue #BACEEA
Tints of Tropical Blue #BACEEA
RGB
CMYK
RGB Variations
Color information
#BACEEA (or 0xBACEEA) is known color: Tropical Blue. HEX triplet: BA, CE and EA. RGB value is (186,206,234). Sum of RGB (Red+Green+Blue) = 186+206+234=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEEA is #453115. Grayscale: #CBCBCB. Windows color (decimal): -4534550 or 15388346. OLE color: 15388346.
HSL color Cylindrical-coordinate representation of color #BACEEA: hue angle of 215º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACEEA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 206 | 234 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.08 |
| HSL | 215º | 0.53% | 0.82% | - |
| HSV(B) | 215º | 0.21% | 0.92% | - |
| XYZ | 57.17 | 60.52 | 86.51 | - |
| YUV | 203.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 234 | 0.21 | 0.12 | 0 | 0.08 | 215 | 0.53 | 0.82 |
| Hex | BA | CE | EA | 15 | C | 0 | 8 | D7 | 35 | 52 |
| Octal | 272 | 316 | 352 | 25 | 14 | 0 | 10 | 327 | 65 | 122 |
| Binary | 10111010 | 11001110 | 11101010 | 10101 | 1100 | 0 | 1000 | 11010111 | 110101 | 1010010 |
Color Harmonies of #BACEEA
Complementary color
Monochromatic Colors of #BACEEA
Black with #BACEEA
Text Example
Text Example
White with #BACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEEA; }
p { color: rgb(186,206,234); }
H1.HeaderClassName
{
color: #BACEEA;
}
.AnyTagClassName
{
color: #BACEEA;
}
</style>
background-color css
<style>
a { background-color: #BACEEA; }
a { background-color: rgb(186,206,234); }
div.DivClassName
{
background-color: #BACEEA;
}
.BgClassName
{
background-color: #BACEEA;
}
</style>
border-color css
<style>
span { border-color: #BACEEA; }
span { border-color: rgb(186,206,234); }
td.TdClassName
{
border-color: #BACEEA;
}
.TagClassName
{
border-color: #BACEEA;
}
</style>