Shades of Echo Blue #B7BAC8
Tints of Echo Blue #B7BAC8
RGB
CMYK
RGB Variations
Color information
#B7BAC8 (or 0xB7BAC8) is known color: Echo Blue. HEX triplet: B7, BA and C8. RGB value is (183,186,200). Sum of RGB (Red+Green+Blue) = 183+186+200=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 200 - color contains mainly: blue. Hex color #B7BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAC8 is #484537. Grayscale: #BABABA. Windows color (decimal): -4736312 or 13154999. OLE color: 13154999.
HSL color Cylindrical-coordinate representation of color #B7BAC8: hue angle of 229.41º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BAC8 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 186 | 200 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.22 |
| HSL | 229.41º | 0.13% | 0.75% | - |
| HSV(B) | 229.41º | 0.08% | 0.78% | - |
| XYZ | 47.51 | 49.36 | 61.67 | - |
| YUV | 186.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 200 | 0.08 | 0.07 | 0 | 0.22 | 229.41 | 0.13 | 0.75 |
| Hex | B7 | BA | C8 | 8 | 7 | 0 | 16 | E5 | D | 4B |
| Octal | 267 | 272 | 310 | 10 | 7 | 0 | 26 | 345 | 15 | 113 |
| Binary | 10110111 | 10111010 | 11001000 | 1000 | 111 | 0 | 10110 | 11100101 | 1101 | 1001011 |
Color Harmonies of #B7BAC8
Complementary color
Monochromatic Colors of #B7BAC8
Black with #B7BAC8
Text Example
Text Example
White with #B7BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAC8; }
p { color: rgb(183,186,200); }
H1.HeaderClassName
{
color: #B7BAC8;
}
.AnyTagClassName
{
color: #B7BAC8;
}
</style>
background-color css
<style>
a { background-color: #B7BAC8; }
a { background-color: rgb(183,186,200); }
div.DivClassName
{
background-color: #B7BAC8;
}
.BgClassName
{
background-color: #B7BAC8;
}
</style>
border-color css
<style>
span { border-color: #B7BAC8; }
span { border-color: rgb(183,186,200); }
td.TdClassName
{
border-color: #B7BAC8;
}
.TagClassName
{
border-color: #B7BAC8;
}
</style>