Shades of Echo Blue #B7B8BD
Tints of Echo Blue #B7B8BD
RGB
CMYK
RGB Variations
Color information
#B7B8BD (or 0xB7B8BD) is known color: Echo Blue. HEX triplet: B7, B8 and BD. RGB value is (183,184,189). Sum of RGB (Red+Green+Blue) = 183+184+189=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8BD is #484742. Grayscale: #B8B8B8. Windows color (decimal): -4736835 or 12433591. OLE color: 12433591.
HSL color Cylindrical-coordinate representation of color #B7B8BD: hue angle of 230º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7B8BD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 183 | 184 | 189 | - |
CMYK | 0.03 | 0.03 | 0 | 0.26 |
HSL | 230º | 0.04% | 0.73% | - |
HSV(B) | 230º | 0.03% | 0.74% | - |
XYZ | 45.85 | 48.02 | 55 | - |
YUV | 184.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 184 | 189 | 0.03 | 0.03 | 0 | 0.26 | 230 | 0.04 | 0.73 |
Hex | B7 | B8 | BD | 3 | 3 | 0 | 1A | E6 | 4 | 49 |
Octal | 267 | 270 | 275 | 3 | 3 | 0 | 32 | 346 | 4 | 111 |
Binary | 10110111 | 10111000 | 10111101 | 11 | 11 | 0 | 11010 | 11100110 | 100 | 1001001 |
Color Harmonies of #B7B8BD
Complementary color
Monochromatic Colors of #B7B8BD
Black with #B7B8BD
Text Example
Text Example
White with #B7B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8BD; }
p { color: rgb(183,184,189); }
H1.HeaderClassName
{
color: #B7B8BD;
}
.AnyTagClassName
{
color: #B7B8BD;
}
</style>
background-color css
<style>
a { background-color: #B7B8BD; }
a { background-color: rgb(183,184,189); }
div.DivClassName
{
background-color: #B7B8BD;
}
.BgClassName
{
background-color: #B7B8BD;
}
</style>
border-color css
<style>
span { border-color: #B7B8BD; }
span { border-color: rgb(183,184,189); }
td.TdClassName
{
border-color: #B7B8BD;
}
.TagClassName
{
border-color: #B7B8BD;
}
</style>