Shades of Tropical Blue #BACDE5
Tints of Tropical Blue #BACDE5
RGB
CMYK
RGB Variations
Color information
#BACDE5 (or 0xBACDE5) is known color: Tropical Blue. HEX triplet: BA, CD and E5. RGB value is (186,205,229). Sum of RGB (Red+Green+Blue) = 186+205+229=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE5 is #45321A. Grayscale: #C9C9C9. Windows color (decimal): -4534811 or 15060410. OLE color: 15060410.
HSL color Cylindrical-coordinate representation of color #BACDE5: hue angle of 213.49º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACDE5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 205 | 229 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.10 |
| HSL | 213.49º | 0.45% | 0.81% | - |
| HSV(B) | 213.49º | 0.19% | 0.9% | - |
| XYZ | 56.22 | 59.76 | 82.7 | - |
| YUV | 202.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 229 | 0.19 | 0.10 | 0 | 0.10 | 213.49 | 0.45 | 0.81 |
| Hex | BA | CD | E5 | 13 | A | 0 | A | D5 | 2D | 51 |
| Octal | 272 | 315 | 345 | 23 | 12 | 0 | 12 | 325 | 55 | 121 |
| Binary | 10111010 | 11001101 | 11100101 | 10011 | 1010 | 0 | 1010 | 11010101 | 101101 | 1010001 |
Color Harmonies of #BACDE5
Complementary color
Monochromatic Colors of #BACDE5
Black with #BACDE5
Text Example
Text Example
White with #BACDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDE5; }
p { color: rgb(186,205,229); }
H1.HeaderClassName
{
color: #BACDE5;
}
.AnyTagClassName
{
color: #BACDE5;
}
</style>
background-color css
<style>
a { background-color: #BACDE5; }
a { background-color: rgb(186,205,229); }
div.DivClassName
{
background-color: #BACDE5;
}
.BgClassName
{
background-color: #BACDE5;
}
</style>
border-color css
<style>
span { border-color: #BACDE5; }
span { border-color: rgb(186,205,229); }
td.TdClassName
{
border-color: #BACDE5;
}
.TagClassName
{
border-color: #BACDE5;
}
</style>