Shades of Echo Blue #BABBBF
Tints of Echo Blue #BABBBF
RGB
CMYK
RGB Variations
Color information
#BABBBF (or 0xBABBBF) is known color: Echo Blue. HEX triplet: BA, BB and BF. RGB value is (186,187,191). Sum of RGB (Red+Green+Blue) = 186+187+191=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BABBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBBF is #454440. Grayscale: #BBBBBB. Windows color (decimal): -4539457 or 12565434. OLE color: 12565434.
HSL color Cylindrical-coordinate representation of color #BABBBF: hue angle of 228º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABBBF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 187 | 191 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.25 |
| HSL | 228º | 0.04% | 0.74% | - |
| HSV(B) | 228º | 0.03% | 0.75% | - |
| XYZ | 47.42 | 49.74 | 56.39 | - |
| YUV | 187.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 191 | 0.03 | 0.02 | 0 | 0.25 | 228 | 0.04 | 0.74 |
| Hex | BA | BB | BF | 3 | 2 | 0 | 19 | E4 | 4 | 4A |
| Octal | 272 | 273 | 277 | 3 | 2 | 0 | 31 | 344 | 4 | 112 |
| Binary | 10111010 | 10111011 | 10111111 | 11 | 10 | 0 | 11001 | 11100100 | 100 | 1001010 |
Color Harmonies of #BABBBF
Complementary color
Monochromatic Colors of #BABBBF
Black with #BABBBF
Text Example
Text Example
White with #BABBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBBF; }
p { color: rgb(186,187,191); }
H1.HeaderClassName
{
color: #BABBBF;
}
.AnyTagClassName
{
color: #BABBBF;
}
</style>
background-color css
<style>
a { background-color: #BABBBF; }
a { background-color: rgb(186,187,191); }
div.DivClassName
{
background-color: #BABBBF;
}
.BgClassName
{
background-color: #BABBBF;
}
</style>
border-color css
<style>
span { border-color: #BABBBF; }
span { border-color: rgb(186,187,191); }
td.TdClassName
{
border-color: #BABBBF;
}
.TagClassName
{
border-color: #BABBBF;
}
</style>