Shades of Tropical Blue #BACFE6
Tints of Tropical Blue #BACFE6
RGB
CMYK
RGB Variations
Color information
#BACFE6 (or 0xBACFE6) is known color: Tropical Blue. HEX triplet: BA, CF and E6. RGB value is (186,207,230). Sum of RGB (Red+Green+Blue) = 186+207+230=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFE6 is #453019. Grayscale: #CBCBCB. Windows color (decimal): -4534298 or 15126458. OLE color: 15126458.
HSL color Cylindrical-coordinate representation of color #BACFE6: hue angle of 211.36º 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 #BACFE6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 207 | 230 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.10 |
| HSL | 211.36º | 0.47% | 0.82% | - |
| HSV(B) | 211.36º | 0.19% | 0.9% | - |
| XYZ | 56.85 | 60.78 | 83.6 | - |
| YUV | 203.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 230 | 0.19 | 0.10 | 0 | 0.10 | 211.36 | 0.47 | 0.82 |
| Hex | BA | CF | E6 | 13 | A | 0 | A | D3 | 2F | 52 |
| Octal | 272 | 317 | 346 | 23 | 12 | 0 | 12 | 323 | 57 | 122 |
| Binary | 10111010 | 11001111 | 11100110 | 10011 | 1010 | 0 | 1010 | 11010011 | 101111 | 1010010 |
Color Harmonies of #BACFE6
Complementary color
Monochromatic Colors of #BACFE6
Black with #BACFE6
Text Example
Text Example
White with #BACFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFE6; }
p { color: rgb(186,207,230); }
H1.HeaderClassName
{
color: #BACFE6;
}
.AnyTagClassName
{
color: #BACFE6;
}
</style>
background-color css
<style>
a { background-color: #BACFE6; }
a { background-color: rgb(186,207,230); }
div.DivClassName
{
background-color: #BACFE6;
}
.BgClassName
{
background-color: #BACFE6;
}
</style>
border-color css
<style>
span { border-color: #BACFE6; }
span { border-color: rgb(186,207,230); }
td.TdClassName
{
border-color: #BACFE6;
}
.TagClassName
{
border-color: #BACFE6;
}
</style>