Shades of Tropical Blue #BACEED
Tints of Tropical Blue #BACEED
RGB
CMYK
RGB Variations
Color information
#BACEED (or 0xBACEED) is known color: Tropical Blue. HEX triplet: BA, CE and ED. RGB value is (186,206,237). Sum of RGB (Red+Green+Blue) = 186+206+237=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BACEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEED is #453112. Grayscale: #CBCBCB. Windows color (decimal): -4534547 or 15584954. OLE color: 15584954.
HSL color Cylindrical-coordinate representation of color #BACEED: hue angle of 216.47º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACEED is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 206 | 237 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.07 |
| HSL | 216.47º | 0.59% | 0.83% | - |
| HSV(B) | 216.47º | 0.22% | 0.93% | - |
| XYZ | 57.61 | 60.7 | 88.8 | - |
| YUV | 203.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 237 | 0.22 | 0.13 | 0 | 0.07 | 216.47 | 0.59 | 0.83 |
| Hex | BA | CE | ED | 16 | D | 0 | 7 | D8 | 3B | 53 |
| Octal | 272 | 316 | 355 | 26 | 15 | 0 | 7 | 330 | 73 | 123 |
| Binary | 10111010 | 11001110 | 11101101 | 10110 | 1101 | 0 | 111 | 11011000 | 111011 | 1010011 |
Color Harmonies of #BACEED
Complementary color
Monochromatic Colors of #BACEED
Black with #BACEED
Text Example
Text Example
White with #BACEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEED; }
p { color: rgb(186,206,237); }
H1.HeaderClassName
{
color: #BACEED;
}
.AnyTagClassName
{
color: #BACEED;
}
</style>
background-color css
<style>
a { background-color: #BACEED; }
a { background-color: rgb(186,206,237); }
div.DivClassName
{
background-color: #BACEED;
}
.BgClassName
{
background-color: #BACEED;
}
</style>
border-color css
<style>
span { border-color: #BACEED; }
span { border-color: rgb(186,206,237); }
td.TdClassName
{
border-color: #BACEED;
}
.TagClassName
{
border-color: #BACEED;
}
</style>