Shades of Tropical Blue #BACEEE
Tints of Tropical Blue #BACEEE
RGB
CMYK
RGB Variations
Color information
#BACEEE (or 0xBACEEE) is known color: Tropical Blue. HEX triplet: BA, CE and EE. RGB value is (186,206,238). Sum of RGB (Red+Green+Blue) = 186+206+238=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEEE is #453111. Grayscale: #CBCBCB. Windows color (decimal): -4534546 or 15650490. OLE color: 15650490.
HSL color Cylindrical-coordinate representation of color #BACEEE: hue angle of 216.92º degrees, saturation: 0.6, 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 #BACEEE is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 206 | 238 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.07 |
| HSL | 216.92º | 0.6% | 0.83% | - |
| HSV(B) | 216.92º | 0.22% | 0.93% | - |
| XYZ | 57.75 | 60.75 | 89.57 | - |
| YUV | 203.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 238 | 0.22 | 0.13 | 0 | 0.07 | 216.92 | 0.6 | 0.83 |
| Hex | BA | CE | EE | 16 | D | 0 | 7 | D9 | 3C | 53 |
| Octal | 272 | 316 | 356 | 26 | 15 | 0 | 7 | 331 | 74 | 123 |
| Binary | 10111010 | 11001110 | 11101110 | 10110 | 1101 | 0 | 111 | 11011001 | 111100 | 1010011 |
Color Harmonies of #BACEEE
Complementary color
Monochromatic Colors of #BACEEE
Black with #BACEEE
Text Example
Text Example
White with #BACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEEE; }
p { color: rgb(186,206,238); }
H1.HeaderClassName
{
color: #BACEEE;
}
.AnyTagClassName
{
color: #BACEEE;
}
</style>
background-color css
<style>
a { background-color: #BACEEE; }
a { background-color: rgb(186,206,238); }
div.DivClassName
{
background-color: #BACEEE;
}
.BgClassName
{
background-color: #BACEEE;
}
</style>
border-color css
<style>
span { border-color: #BACEEE; }
span { border-color: rgb(186,206,238); }
td.TdClassName
{
border-color: #BACEEE;
}
.TagClassName
{
border-color: #BACEEE;
}
</style>