Shades of Echo Blue #B4BAC8
Tints of Echo Blue #B4BAC8
RGB
CMYK
RGB Variations
Color information
#B4BAC8 (or 0xB4BAC8) is known color: Echo Blue. HEX triplet: B4, BA and C8. RGB value is (180,186,200). Sum of RGB (Red+Green+Blue) = 180+186+200=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #B4BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAC8 is #4B4537. Grayscale: #B9B9B9. Windows color (decimal): -4932920 or 13154996. OLE color: 13154996.
HSL color Cylindrical-coordinate representation of color #B4BAC8: hue angle of 222º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4BAC8 is Cyan = 0.1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 186 | 200 | - |
| CMYK | 0.1 | 0.07 | 0 | 0.22 |
| HSL | 222º | 0.15% | 0.75% | - |
| HSV(B) | 222º | 0.1% | 0.78% | - |
| XYZ | 46.81 | 48.99 | 61.63 | - |
| YUV | 185.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 200 | 0.1 | 0.07 | 0 | 0.22 | 222 | 0.15 | 0.75 |
| Hex | B4 | BA | C8 | A | 7 | 0 | 16 | DE | F | 4B |
| Octal | 264 | 272 | 310 | 12 | 7 | 0 | 26 | 336 | 17 | 113 |
| Binary | 10110100 | 10111010 | 11001000 | 1010 | 111 | 0 | 10110 | 11011110 | 1111 | 1001011 |
Color Harmonies of #B4BAC8
Complementary color
Monochromatic Colors of #B4BAC8
Black with #B4BAC8
Text Example
Text Example
White with #B4BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAC8; }
p { color: rgb(180,186,200); }
H1.HeaderClassName
{
color: #B4BAC8;
}
.AnyTagClassName
{
color: #B4BAC8;
}
</style>
background-color css
<style>
a { background-color: #B4BAC8; }
a { background-color: rgb(180,186,200); }
div.DivClassName
{
background-color: #B4BAC8;
}
.BgClassName
{
background-color: #B4BAC8;
}
</style>
border-color css
<style>
span { border-color: #B4BAC8; }
span { border-color: rgb(180,186,200); }
td.TdClassName
{
border-color: #B4BAC8;
}
.TagClassName
{
border-color: #B4BAC8;
}
</style>