Shades of Echo Blue #B5BAC9
Tints of Echo Blue #B5BAC9
RGB
CMYK
RGB Variations
Color information
#B5BAC9 (or 0xB5BAC9) is known color: Echo Blue. HEX triplet: B5, BA and C9. RGB value is (181,186,201). Sum of RGB (Red+Green+Blue) = 181+186+201=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC9 is #4A4536. Grayscale: #BABABA. Windows color (decimal): -4867383 or 13220533. OLE color: 13220533.
HSL color Cylindrical-coordinate representation of color #B5BAC9: hue angle of 225º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BAC9 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 186 | 201 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.21 |
| HSL | 225º | 0.16% | 0.75% | - |
| HSV(B) | 225º | 0.1% | 0.79% | - |
| XYZ | 47.16 | 49.16 | 62.26 | - |
| YUV | 186.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 201 | 0.10 | 0.07 | 0 | 0.21 | 225 | 0.16 | 0.75 |
| Hex | B5 | BA | C9 | A | 7 | 0 | 15 | E1 | 10 | 4B |
| Octal | 265 | 272 | 311 | 12 | 7 | 0 | 25 | 341 | 20 | 113 |
| Binary | 10110101 | 10111010 | 11001001 | 1010 | 111 | 0 | 10101 | 11100001 | 10000 | 1001011 |
Color Harmonies of #B5BAC9
Complementary color
Monochromatic Colors of #B5BAC9
Black with #B5BAC9
Text Example
Text Example
White with #B5BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAC9; }
p { color: rgb(181,186,201); }
H1.HeaderClassName
{
color: #B5BAC9;
}
.AnyTagClassName
{
color: #B5BAC9;
}
</style>
background-color css
<style>
a { background-color: #B5BAC9; }
a { background-color: rgb(181,186,201); }
div.DivClassName
{
background-color: #B5BAC9;
}
.BgClassName
{
background-color: #B5BAC9;
}
</style>
border-color css
<style>
span { border-color: #B5BAC9; }
span { border-color: rgb(181,186,201); }
td.TdClassName
{
border-color: #B5BAC9;
}
.TagClassName
{
border-color: #B5BAC9;
}
</style>