Shades of Tropical Blue #BACEE4
Tints of Tropical Blue #BACEE4
RGB
CMYK
RGB Variations
Color information
#BACEE4 (or 0xBACEE4) is known color: Tropical Blue. HEX triplet: BA, CE and E4. RGB value is (186,206,228). Sum of RGB (Red+Green+Blue) = 186+206+228=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE4 is #45311B. Grayscale: #CACACA. Windows color (decimal): -4534556 or 14995130. OLE color: 14995130.
HSL color Cylindrical-coordinate representation of color #BACEE4: hue angle of 211.43º 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 #BACEE4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 206 | 228 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.11 |
| HSL | 211.43º | 0.44% | 0.81% | - |
| HSV(B) | 211.43º | 0.18% | 0.89% | - |
| XYZ | 56.32 | 60.18 | 82.05 | - |
| YUV | 202.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 228 | 0.18 | 0.10 | 0 | 0.11 | 211.43 | 0.44 | 0.81 |
| Hex | BA | CE | E4 | 12 | A | 0 | B | D3 | 2C | 51 |
| Octal | 272 | 316 | 344 | 22 | 12 | 0 | 13 | 323 | 54 | 121 |
| Binary | 10111010 | 11001110 | 11100100 | 10010 | 1010 | 0 | 1011 | 11010011 | 101100 | 1010001 |
Color Harmonies of #BACEE4
Complementary color
Monochromatic Colors of #BACEE4
Black with #BACEE4
Text Example
Text Example
White with #BACEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEE4; }
p { color: rgb(186,206,228); }
H1.HeaderClassName
{
color: #BACEE4;
}
.AnyTagClassName
{
color: #BACEE4;
}
</style>
background-color css
<style>
a { background-color: #BACEE4; }
a { background-color: rgb(186,206,228); }
div.DivClassName
{
background-color: #BACEE4;
}
.BgClassName
{
background-color: #BACEE4;
}
</style>
border-color css
<style>
span { border-color: #BACEE4; }
span { border-color: rgb(186,206,228); }
td.TdClassName
{
border-color: #BACEE4;
}
.TagClassName
{
border-color: #BACEE4;
}
</style>