Shades of Echo Blue #B8B9BD
Tints of Echo Blue #B8B9BD
RGB
CMYK
RGB Variations
Color information
#B8B9BD (or 0xB8B9BD) is known color: Echo Blue. HEX triplet: B8, B9 and BD. RGB value is (184,185,189). Sum of RGB (Red+Green+Blue) = 184+185+189=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9BD is #474642. Grayscale: #B9B9B9. Windows color (decimal): -4671043 or 12433848. OLE color: 12433848.
HSL color Cylindrical-coordinate representation of color #B8B9BD: hue angle of 228º 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 #B8B9BD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 185 | 189 | - |
CMYK | 0.03 | 0.02 | 0 | 0.26 |
HSL | 228º | 0.04% | 0.73% | - |
HSV(B) | 228º | 0.03% | 0.74% | - |
XYZ | 46.3 | 48.56 | 55.08 | - |
YUV | 185.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 185 | 189 | 0.03 | 0.02 | 0 | 0.26 | 228 | 0.04 | 0.73 |
Hex | B8 | B9 | BD | 3 | 2 | 0 | 1A | E4 | 4 | 49 |
Octal | 270 | 271 | 275 | 3 | 2 | 0 | 32 | 344 | 4 | 111 |
Binary | 10111000 | 10111001 | 10111101 | 11 | 10 | 0 | 11010 | 11100100 | 100 | 1001001 |
Color Harmonies of #B8B9BD
Complementary color
Monochromatic Colors of #B8B9BD
Black with #B8B9BD
Text Example
Text Example
White with #B8B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B9BD; }
p { color: rgb(184,185,189); }
H1.HeaderClassName
{
color: #B8B9BD;
}
.AnyTagClassName
{
color: #B8B9BD;
}
</style>
background-color css
<style>
a { background-color: #B8B9BD; }
a { background-color: rgb(184,185,189); }
div.DivClassName
{
background-color: #B8B9BD;
}
.BgClassName
{
background-color: #B8B9BD;
}
</style>
border-color css
<style>
span { border-color: #B8B9BD; }
span { border-color: rgb(184,185,189); }
td.TdClassName
{
border-color: #B8B9BD;
}
.TagClassName
{
border-color: #B8B9BD;
}
</style>