Shades of Echo Blue #BABDC8
Tints of Echo Blue #BABDC8
RGB
CMYK
RGB Variations
Color information
#BABDC8 (or 0xBABDC8) is known color: Echo Blue. HEX triplet: BA, BD and C8. RGB value is (186,189,200). Sum of RGB (Red+Green+Blue) = 186+189+200=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC8 is #454237. Grayscale: #BDBDBD. Windows color (decimal): -4538936 or 13155770. OLE color: 13155770.
HSL color Cylindrical-coordinate representation of color #BABDC8: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABDC8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 189 | 200 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.22 |
| HSL | 227.14º | 0.11% | 0.76% | - |
| HSV(B) | 227.14º | 0.07% | 0.78% | - |
| XYZ | 48.87 | 51 | 61.91 | - |
| YUV | 189.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 200 | 0.07 | 0.06 | 0 | 0.22 | 227.14 | 0.11 | 0.76 |
| Hex | BA | BD | C8 | 7 | 6 | 0 | 16 | E3 | B | 4C |
| Octal | 272 | 275 | 310 | 7 | 6 | 0 | 26 | 343 | 13 | 114 |
| Binary | 10111010 | 10111101 | 11001000 | 111 | 110 | 0 | 10110 | 11100011 | 1011 | 1001100 |
Color Harmonies of #BABDC8
Complementary color
Monochromatic Colors of #BABDC8
Black with #BABDC8
Text Example
Text Example
White with #BABDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDC8; }
p { color: rgb(186,189,200); }
H1.HeaderClassName
{
color: #BABDC8;
}
.AnyTagClassName
{
color: #BABDC8;
}
</style>
background-color css
<style>
a { background-color: #BABDC8; }
a { background-color: rgb(186,189,200); }
div.DivClassName
{
background-color: #BABDC8;
}
.BgClassName
{
background-color: #BABDC8;
}
</style>
border-color css
<style>
span { border-color: #BABDC8; }
span { border-color: rgb(186,189,200); }
td.TdClassName
{
border-color: #BABDC8;
}
.TagClassName
{
border-color: #BABDC8;
}
</style>