Shades of Echo Blue #B3B7C0
Tints of Echo Blue #B3B7C0
RGB
CMYK
RGB Variations
Color information
#B3B7C0 (or 0xB3B7C0) is known color: Echo Blue. HEX triplet: B3, B7 and C0. RGB value is (179,183,192). Sum of RGB (Red+Green+Blue) = 179+183+192=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3B7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B7C0 is #4C483F. Grayscale: #B6B6B6. Windows color (decimal): -4999232 or 12629939. OLE color: 12629939.
HSL color Cylindrical-coordinate representation of color #B3B7C0: hue angle of 221.54º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3B7C0 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 183 | 192 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.25 |
| HSL | 221.54º | 0.09% | 0.73% | - |
| HSV(B) | 221.54º | 0.07% | 0.75% | - |
| XYZ | 45.04 | 47.26 | 56.62 | - |
| YUV | 182.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 192 | 0.07 | 0.05 | 0 | 0.25 | 221.54 | 0.09 | 0.73 |
| Hex | B3 | B7 | C0 | 7 | 5 | 0 | 19 | DE | 9 | 49 |
| Octal | 263 | 267 | 300 | 7 | 5 | 0 | 31 | 336 | 11 | 111 |
| Binary | 10110011 | 10110111 | 11000000 | 111 | 101 | 0 | 11001 | 11011110 | 1001 | 1001001 |
Color Harmonies of #B3B7C0
Complementary color
Monochromatic Colors of #B3B7C0
Black with #B3B7C0
Text Example
Text Example
White with #B3B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B7C0; }
p { color: rgb(179,183,192); }
H1.HeaderClassName
{
color: #B3B7C0;
}
.AnyTagClassName
{
color: #B3B7C0;
}
</style>
background-color css
<style>
a { background-color: #B3B7C0; }
a { background-color: rgb(179,183,192); }
div.DivClassName
{
background-color: #B3B7C0;
}
.BgClassName
{
background-color: #B3B7C0;
}
</style>
border-color css
<style>
span { border-color: #B3B7C0; }
span { border-color: rgb(179,183,192); }
td.TdClassName
{
border-color: #B3B7C0;
}
.TagClassName
{
border-color: #B3B7C0;
}
</style>