Shades of Echo Blue #B5BAC8
Tints of Echo Blue #B5BAC8
RGB
CMYK
RGB Variations
Color information
#B5BAC8 (or 0xB5BAC8) is known color: Echo Blue. HEX triplet: B5, BA and C8. RGB value is (181,186,200). Sum of RGB (Red+Green+Blue) = 181+186+200=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #B5BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC8 is #4A4537. Grayscale: #BABABA. Windows color (decimal): -4867384 or 13154997. OLE color: 13154997.
HSL color Cylindrical-coordinate representation of color #B5BAC8: hue angle of 224.21º 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 #B5BAC8 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 186 | 200 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.22 |
| HSL | 224.21º | 0.15% | 0.75% | - |
| HSV(B) | 224.21º | 0.1% | 0.78% | - |
| XYZ | 47.04 | 49.11 | 61.64 | - |
| YUV | 186.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 200 | 0.09 | 0.07 | 0 | 0.22 | 224.21 | 0.15 | 0.75 |
| Hex | B5 | BA | C8 | 9 | 7 | 0 | 16 | E0 | F | 4B |
| Octal | 265 | 272 | 310 | 11 | 7 | 0 | 26 | 340 | 17 | 113 |
| Binary | 10110101 | 10111010 | 11001000 | 1001 | 111 | 0 | 10110 | 11100000 | 1111 | 1001011 |
Color Harmonies of #B5BAC8
Complementary color
Monochromatic Colors of #B5BAC8
Black with #B5BAC8
Text Example
Text Example
White with #B5BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAC8; }
p { color: rgb(181,186,200); }
H1.HeaderClassName
{
color: #B5BAC8;
}
.AnyTagClassName
{
color: #B5BAC8;
}
</style>
background-color css
<style>
a { background-color: #B5BAC8; }
a { background-color: rgb(181,186,200); }
div.DivClassName
{
background-color: #B5BAC8;
}
.BgClassName
{
background-color: #B5BAC8;
}
</style>
border-color css
<style>
span { border-color: #B5BAC8; }
span { border-color: rgb(181,186,200); }
td.TdClassName
{
border-color: #B5BAC8;
}
.TagClassName
{
border-color: #B5BAC8;
}
</style>