Shades of Tropical Blue #BACDE6
Tints of Tropical Blue #BACDE6
RGB
CMYK
RGB Variations
Color information
#BACDE6 (or 0xBACDE6) is known color: Tropical Blue. HEX triplet: BA, CD and E6. RGB value is (186,205,230). Sum of RGB (Red+Green+Blue) = 186+205+230=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDE6 is #453219. Grayscale: #CACACA. Windows color (decimal): -4534810 or 15125946. OLE color: 15125946.
HSL color Cylindrical-coordinate representation of color #BACDE6: hue angle of 214.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACDE6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 205 | 230 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.10 |
| HSL | 214.09º | 0.47% | 0.82% | - |
| HSV(B) | 214.09º | 0.19% | 0.9% | - |
| XYZ | 56.36 | 59.81 | 83.44 | - |
| YUV | 202.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 230 | 0.19 | 0.11 | 0 | 0.10 | 214.09 | 0.47 | 0.82 |
| Hex | BA | CD | E6 | 13 | B | 0 | A | D6 | 2F | 52 |
| Octal | 272 | 315 | 346 | 23 | 13 | 0 | 12 | 326 | 57 | 122 |
| Binary | 10111010 | 11001101 | 11100110 | 10011 | 1011 | 0 | 1010 | 11010110 | 101111 | 1010010 |
Color Harmonies of #BACDE6
Complementary color
Monochromatic Colors of #BACDE6
Black with #BACDE6
Text Example
Text Example
White with #BACDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDE6; }
p { color: rgb(186,205,230); }
H1.HeaderClassName
{
color: #BACDE6;
}
.AnyTagClassName
{
color: #BACDE6;
}
</style>
background-color css
<style>
a { background-color: #BACDE6; }
a { background-color: rgb(186,205,230); }
div.DivClassName
{
background-color: #BACDE6;
}
.BgClassName
{
background-color: #BACDE6;
}
</style>
border-color css
<style>
span { border-color: #BACDE6; }
span { border-color: rgb(186,205,230); }
td.TdClassName
{
border-color: #BACDE6;
}
.TagClassName
{
border-color: #BACDE6;
}
</style>