Shades of Tropical Blue #BACFE4
Tints of Tropical Blue #BACFE4
RGB
CMYK
RGB Variations
Color information
#BACFE4 (or 0xBACFE4) is known color: Tropical Blue. HEX triplet: BA, CF and E4. RGB value is (186,207,228). Sum of RGB (Red+Green+Blue) = 186+207+228=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFE4 is #45301B. Grayscale: #CBCBCB. Windows color (decimal): -4534300 or 14995386. OLE color: 14995386.
HSL color Cylindrical-coordinate representation of color #BACFE4: hue angle of 210º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACFE4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 207 | 228 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.11 |
| HSL | 210º | 0.44% | 0.81% | - |
| HSV(B) | 210º | 0.18% | 0.89% | - |
| XYZ | 56.57 | 60.67 | 82.13 | - |
| YUV | 203.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 228 | 0.18 | 0.09 | 0 | 0.11 | 210 | 0.44 | 0.81 |
| Hex | BA | CF | E4 | 12 | 9 | 0 | B | D2 | 2C | 51 |
| Octal | 272 | 317 | 344 | 22 | 11 | 0 | 13 | 322 | 54 | 121 |
| Binary | 10111010 | 11001111 | 11100100 | 10010 | 1001 | 0 | 1011 | 11010010 | 101100 | 1010001 |
Color Harmonies of #BACFE4
Complementary color
Monochromatic Colors of #BACFE4
Black with #BACFE4
Text Example
Text Example
White with #BACFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFE4; }
p { color: rgb(186,207,228); }
H1.HeaderClassName
{
color: #BACFE4;
}
.AnyTagClassName
{
color: #BACFE4;
}
</style>
background-color css
<style>
a { background-color: #BACFE4; }
a { background-color: rgb(186,207,228); }
div.DivClassName
{
background-color: #BACFE4;
}
.BgClassName
{
background-color: #BACFE4;
}
</style>
border-color css
<style>
span { border-color: #BACFE4; }
span { border-color: rgb(186,207,228); }
td.TdClassName
{
border-color: #BACFE4;
}
.TagClassName
{
border-color: #BACFE4;
}
</style>