Shades of Echo Blue #BABCC2
Tints of Echo Blue #BABCC2
RGB
CMYK
RGB Variations
Color information
#BABCC2 (or 0xBABCC2) is known color: Echo Blue. HEX triplet: BA, BC and C2. RGB value is (186,188,194). Sum of RGB (Red+Green+Blue) = 186+188+194=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #BABCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC2 is #45433D. Grayscale: #BCBCBC. Windows color (decimal): -4539198 or 12762298. OLE color: 12762298.
HSL color Cylindrical-coordinate representation of color #BABCC2: hue angle of 225º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABCC2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 188 | 194 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.24 |
| HSL | 225º | 0.06% | 0.75% | - |
| HSV(B) | 225º | 0.04% | 0.76% | - |
| XYZ | 47.97 | 50.3 | 58.22 | - |
| YUV | 188.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 194 | 0.04 | 0.03 | 0 | 0.24 | 225 | 0.06 | 0.75 |
| Hex | BA | BC | C2 | 4 | 3 | 0 | 18 | E1 | 6 | 4B |
| Octal | 272 | 274 | 302 | 4 | 3 | 0 | 30 | 341 | 6 | 113 |
| Binary | 10111010 | 10111100 | 11000010 | 100 | 11 | 0 | 11000 | 11100001 | 110 | 1001011 |
Color Harmonies of #BABCC2
Complementary color
Monochromatic Colors of #BABCC2
Black with #BABCC2
Text Example
Text Example
White with #BABCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCC2; }
p { color: rgb(186,188,194); }
H1.HeaderClassName
{
color: #BABCC2;
}
.AnyTagClassName
{
color: #BABCC2;
}
</style>
background-color css
<style>
a { background-color: #BABCC2; }
a { background-color: rgb(186,188,194); }
div.DivClassName
{
background-color: #BABCC2;
}
.BgClassName
{
background-color: #BABCC2;
}
</style>
border-color css
<style>
span { border-color: #BABCC2; }
span { border-color: rgb(186,188,194); }
td.TdClassName
{
border-color: #BABCC2;
}
.TagClassName
{
border-color: #BABCC2;
}
</style>