Shades of Tropical Blue #BACEEC
Tints of Tropical Blue #BACEEC
RGB
CMYK
RGB Variations
Color information
#BACEEC (or 0xBACEEC) is known color: Tropical Blue. HEX triplet: BA, CE and EC. RGB value is (186,206,236). Sum of RGB (Red+Green+Blue) = 186+206+236=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEEC is #453113. Grayscale: #CBCBCB. Windows color (decimal): -4534548 or 15519418. OLE color: 15519418.
HSL color Cylindrical-coordinate representation of color #BACEEC: hue angle of 216º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACEEC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 206 | 236 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 216º | 0.57% | 0.83% | - |
| HSV(B) | 216º | 0.21% | 0.93% | - |
| XYZ | 57.46 | 60.64 | 88.03 | - |
| YUV | 203.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 236 | 0.21 | 0.13 | 0 | 0.07 | 216 | 0.57 | 0.83 |
| Hex | BA | CE | EC | 15 | D | 0 | 7 | D8 | 39 | 53 |
| Octal | 272 | 316 | 354 | 25 | 15 | 0 | 7 | 330 | 71 | 123 |
| Binary | 10111010 | 11001110 | 11101100 | 10101 | 1101 | 0 | 111 | 11011000 | 111001 | 1010011 |
Color Harmonies of #BACEEC
Complementary color
Monochromatic Colors of #BACEEC
Black with #BACEEC
Text Example
Text Example
White with #BACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEEC; }
p { color: rgb(186,206,236); }
H1.HeaderClassName
{
color: #BACEEC;
}
.AnyTagClassName
{
color: #BACEEC;
}
</style>
background-color css
<style>
a { background-color: #BACEEC; }
a { background-color: rgb(186,206,236); }
div.DivClassName
{
background-color: #BACEEC;
}
.BgClassName
{
background-color: #BACEEC;
}
</style>
border-color css
<style>
span { border-color: #BACEEC; }
span { border-color: rgb(186,206,236); }
td.TdClassName
{
border-color: #BACEEC;
}
.TagClassName
{
border-color: #BACEEC;
}
</style>