Shades of Tropical Blue #BACFE7
Tints of Tropical Blue #BACFE7
RGB
CMYK
RGB Variations
Color information
#BACFE7 (or 0xBACFE7) is known color: Tropical Blue. HEX triplet: BA, CF and E7. RGB value is (186,207,231). Sum of RGB (Red+Green+Blue) = 186+207+231=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #BACFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFE7 is #453018. Grayscale: #CBCBCB. Windows color (decimal): -4534297 or 15191994. OLE color: 15191994.
HSL color Cylindrical-coordinate representation of color #BACFE7: hue angle of 212º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACFE7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 207 | 231 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.09 |
| HSL | 212º | 0.48% | 0.82% | - |
| HSV(B) | 212º | 0.19% | 0.91% | - |
| XYZ | 56.99 | 60.83 | 84.34 | - |
| YUV | 203.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 231 | 0.19 | 0.10 | 0 | 0.09 | 212 | 0.48 | 0.82 |
| Hex | BA | CF | E7 | 13 | A | 0 | 9 | D4 | 30 | 52 |
| Octal | 272 | 317 | 347 | 23 | 12 | 0 | 11 | 324 | 60 | 122 |
| Binary | 10111010 | 11001111 | 11100111 | 10011 | 1010 | 0 | 1001 | 11010100 | 110000 | 1010010 |
Color Harmonies of #BACFE7
Complementary color
Monochromatic Colors of #BACFE7
Black with #BACFE7
Text Example
Text Example
White with #BACFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFE7; }
p { color: rgb(186,207,231); }
H1.HeaderClassName
{
color: #BACFE7;
}
.AnyTagClassName
{
color: #BACFE7;
}
</style>
background-color css
<style>
a { background-color: #BACFE7; }
a { background-color: rgb(186,207,231); }
div.DivClassName
{
background-color: #BACFE7;
}
.BgClassName
{
background-color: #BACFE7;
}
</style>
border-color css
<style>
span { border-color: #BACFE7; }
span { border-color: rgb(186,207,231); }
td.TdClassName
{
border-color: #BACFE7;
}
.TagClassName
{
border-color: #BACFE7;
}
</style>