Shades of Tropical Blue #BACFEB
Tints of Tropical Blue #BACFEB
RGB
CMYK
RGB Variations
Color information
#BACFEB (or 0xBACFEB) is known color: Tropical Blue. HEX triplet: BA, CF and EB. RGB value is (186,207,235). Sum of RGB (Red+Green+Blue) = 186+207+235=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFEB is #453014. Grayscale: #CBCBCB. Windows color (decimal): -4534293 or 15454138. OLE color: 15454138.
HSL color Cylindrical-coordinate representation of color #BACFEB: hue angle of 214.29º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACFEB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 207 | 235 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.08 |
| HSL | 214.29º | 0.55% | 0.83% | - |
| HSV(B) | 214.29º | 0.21% | 0.92% | - |
| XYZ | 57.56 | 61.06 | 87.35 | - |
| YUV | 203.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 235 | 0.21 | 0.12 | 0 | 0.08 | 214.29 | 0.55 | 0.83 |
| Hex | BA | CF | EB | 15 | C | 0 | 8 | D6 | 37 | 53 |
| Octal | 272 | 317 | 353 | 25 | 14 | 0 | 10 | 326 | 67 | 123 |
| Binary | 10111010 | 11001111 | 11101011 | 10101 | 1100 | 0 | 1000 | 11010110 | 110111 | 1010011 |
Color Harmonies of #BACFEB
Complementary color
Monochromatic Colors of #BACFEB
Black with #BACFEB
Text Example
Text Example
White with #BACFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFEB; }
p { color: rgb(186,207,235); }
H1.HeaderClassName
{
color: #BACFEB;
}
.AnyTagClassName
{
color: #BACFEB;
}
</style>
background-color css
<style>
a { background-color: #BACFEB; }
a { background-color: rgb(186,207,235); }
div.DivClassName
{
background-color: #BACFEB;
}
.BgClassName
{
background-color: #BACFEB;
}
</style>
border-color css
<style>
span { border-color: #BACFEB; }
span { border-color: rgb(186,207,235); }
td.TdClassName
{
border-color: #BACFEB;
}
.TagClassName
{
border-color: #BACFEB;
}
</style>