Shades of Tropical Blue #BACFEA
Tints of Tropical Blue #BACFEA
RGB
CMYK
RGB Variations
Color information
#BACFEA (or 0xBACFEA) is known color: Tropical Blue. HEX triplet: BA, CF and EA. RGB value is (186,207,234). Sum of RGB (Red+Green+Blue) = 186+207+234=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFEA is #453015. Grayscale: #CBCBCB. Windows color (decimal): -4534294 or 15388602. OLE color: 15388602.
HSL color Cylindrical-coordinate representation of color #BACFEA: hue angle of 213.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACFEA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 207 | 234 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.08 |
| HSL | 213.75º | 0.53% | 0.82% | - |
| HSV(B) | 213.75º | 0.21% | 0.92% | - |
| XYZ | 57.41 | 61.01 | 86.59 | - |
| YUV | 203.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 234 | 0.21 | 0.12 | 0 | 0.08 | 213.75 | 0.53 | 0.82 |
| Hex | BA | CF | EA | 15 | C | 0 | 8 | D6 | 35 | 52 |
| Octal | 272 | 317 | 352 | 25 | 14 | 0 | 10 | 326 | 65 | 122 |
| Binary | 10111010 | 11001111 | 11101010 | 10101 | 1100 | 0 | 1000 | 11010110 | 110101 | 1010010 |
Color Harmonies of #BACFEA
Complementary color
Monochromatic Colors of #BACFEA
Black with #BACFEA
Text Example
Text Example
White with #BACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFEA; }
p { color: rgb(186,207,234); }
H1.HeaderClassName
{
color: #BACFEA;
}
.AnyTagClassName
{
color: #BACFEA;
}
</style>
background-color css
<style>
a { background-color: #BACFEA; }
a { background-color: rgb(186,207,234); }
div.DivClassName
{
background-color: #BACFEA;
}
.BgClassName
{
background-color: #BACFEA;
}
</style>
border-color css
<style>
span { border-color: #BACFEA; }
span { border-color: rgb(186,207,234); }
td.TdClassName
{
border-color: #BACFEA;
}
.TagClassName
{
border-color: #BACFEA;
}
</style>