Shades of Tropical Blue #BACFF1
Tints of Tropical Blue #BACFF1
RGB
CMYK
RGB Variations
Color information
#BACFF1 (or 0xBACFF1) is known color: Tropical Blue. HEX triplet: BA, CF and F1. RGB value is (186,207,241). Sum of RGB (Red+Green+Blue) = 186+207+241=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BACFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFF1 is #45300E. Grayscale: #CCCCCC. Windows color (decimal): -4534287 or 15847354. OLE color: 15847354.
HSL color Cylindrical-coordinate representation of color #BACFF1: hue angle of 217.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACFF1 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 207 | 241 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.05 |
| HSL | 217.09º | 0.66% | 0.84% | - |
| HSV(B) | 217.09º | 0.23% | 0.95% | - |
| XYZ | 58.44 | 61.42 | 91.99 | - |
| YUV | 204.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 241 | 0.23 | 0.14 | 0 | 0.05 | 217.09 | 0.66 | 0.84 |
| Hex | BA | CF | F1 | 17 | E | 0 | 5 | D9 | 42 | 54 |
| Octal | 272 | 317 | 361 | 27 | 16 | 0 | 5 | 331 | 102 | 124 |
| Binary | 10111010 | 11001111 | 11110001 | 10111 | 1110 | 0 | 101 | 11011001 | 1000010 | 1010100 |
Color Harmonies of #BACFF1
Complementary color
Monochromatic Colors of #BACFF1
Black with #BACFF1
Text Example
Text Example
White with #BACFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFF1; }
p { color: rgb(186,207,241); }
H1.HeaderClassName
{
color: #BACFF1;
}
.AnyTagClassName
{
color: #BACFF1;
}
</style>
background-color css
<style>
a { background-color: #BACFF1; }
a { background-color: rgb(186,207,241); }
div.DivClassName
{
background-color: #BACFF1;
}
.BgClassName
{
background-color: #BACFF1;
}
</style>
border-color css
<style>
span { border-color: #BACFF1; }
span { border-color: rgb(186,207,241); }
td.TdClassName
{
border-color: #BACFF1;
}
.TagClassName
{
border-color: #BACFF1;
}
</style>