Shades of Tropical Blue #BACFE9
Tints of Tropical Blue #BACFE9
RGB
CMYK
RGB Variations
Color information
#BACFE9 (or 0xBACFE9) is known color: Tropical Blue. HEX triplet: BA, CF and E9. RGB value is (186,207,233). Sum of RGB (Red+Green+Blue) = 186+207+233=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFE9 is #453016. Grayscale: #CBCBCB. Windows color (decimal): -4534295 or 15323066. OLE color: 15323066.
HSL color Cylindrical-coordinate representation of color #BACFE9: hue angle of 213.19º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACFE9 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 207 | 233 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.09 |
| HSL | 213.19º | 0.52% | 0.82% | - |
| HSV(B) | 213.19º | 0.2% | 0.91% | - |
| XYZ | 57.27 | 60.95 | 85.84 | - |
| YUV | 203.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 233 | 0.20 | 0.11 | 0 | 0.09 | 213.19 | 0.52 | 0.82 |
| Hex | BA | CF | E9 | 14 | B | 0 | 9 | D5 | 34 | 52 |
| Octal | 272 | 317 | 351 | 24 | 13 | 0 | 11 | 325 | 64 | 122 |
| Binary | 10111010 | 11001111 | 11101001 | 10100 | 1011 | 0 | 1001 | 11010101 | 110100 | 1010010 |
Color Harmonies of #BACFE9
Complementary color
Monochromatic Colors of #BACFE9
Black with #BACFE9
Text Example
Text Example
White with #BACFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFE9; }
p { color: rgb(186,207,233); }
H1.HeaderClassName
{
color: #BACFE9;
}
.AnyTagClassName
{
color: #BACFE9;
}
</style>
background-color css
<style>
a { background-color: #BACFE9; }
a { background-color: rgb(186,207,233); }
div.DivClassName
{
background-color: #BACFE9;
}
.BgClassName
{
background-color: #BACFE9;
}
</style>
border-color css
<style>
span { border-color: #BACFE9; }
span { border-color: rgb(186,207,233); }
td.TdClassName
{
border-color: #BACFE9;
}
.TagClassName
{
border-color: #BACFE9;
}
</style>