Shades of Echo Blue #B4BAC5
Tints of Echo Blue #B4BAC5
RGB
CMYK
RGB Variations
Color information
#B4BAC5 (or 0xB4BAC5) is known color: Echo Blue. HEX triplet: B4, BA and C5. RGB value is (180,186,197). Sum of RGB (Red+Green+Blue) = 180+186+197=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAC5 is #4B453A. Grayscale: #B9B9B9. Windows color (decimal): -4932923 or 12958388. OLE color: 12958388.
HSL color Cylindrical-coordinate representation of color #B4BAC5: hue angle of 218.82º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4BAC5 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 186 | 197 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.23 |
| HSL | 218.82º | 0.13% | 0.74% | - |
| HSV(B) | 218.82º | 0.09% | 0.77% | - |
| XYZ | 46.46 | 48.85 | 59.8 | - |
| YUV | 185.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 197 | 0.09 | 0.06 | 0 | 0.23 | 218.82 | 0.13 | 0.74 |
| Hex | B4 | BA | C5 | 9 | 6 | 0 | 17 | DB | D | 4A |
| Octal | 264 | 272 | 305 | 11 | 6 | 0 | 27 | 333 | 15 | 112 |
| Binary | 10110100 | 10111010 | 11000101 | 1001 | 110 | 0 | 10111 | 11011011 | 1101 | 1001010 |
Color Harmonies of #B4BAC5
Complementary color
Monochromatic Colors of #B4BAC5
Black with #B4BAC5
Text Example
Text Example
White with #B4BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAC5; }
p { color: rgb(180,186,197); }
H1.HeaderClassName
{
color: #B4BAC5;
}
.AnyTagClassName
{
color: #B4BAC5;
}
</style>
background-color css
<style>
a { background-color: #B4BAC5; }
a { background-color: rgb(180,186,197); }
div.DivClassName
{
background-color: #B4BAC5;
}
.BgClassName
{
background-color: #B4BAC5;
}
</style>
border-color css
<style>
span { border-color: #B4BAC5; }
span { border-color: rgb(180,186,197); }
td.TdClassName
{
border-color: #B4BAC5;
}
.TagClassName
{
border-color: #B4BAC5;
}
</style>