Shades of Echo Blue #B7B9C0
Tints of Echo Blue #B7B9C0
RGB
CMYK
RGB Variations
Color information
#B7B9C0 (or 0xB7B9C0) is known color: Echo Blue. HEX triplet: B7, B9 and C0. RGB value is (183,185,192). Sum of RGB (Red+Green+Blue) = 183+185+192=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9C0 is #48463F. Grayscale: #B9B9B9. Windows color (decimal): -4736576 or 12630455. OLE color: 12630455.
HSL color Cylindrical-coordinate representation of color #B7B9C0: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7B9C0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 185 | 192 | - |
CMYK | 0.05 | 0.04 | 0 | 0.25 |
HSL | 226.67º | 0.07% | 0.74% | - |
HSV(B) | 226.67º | 0.05% | 0.75% | - |
XYZ | 46.39 | 48.57 | 56.8 | - |
YUV | 185.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 185 | 192 | 0.05 | 0.04 | 0 | 0.25 | 226.67 | 0.07 | 0.74 |
Hex | B7 | B9 | C0 | 5 | 4 | 0 | 19 | E3 | 7 | 4A |
Octal | 267 | 271 | 300 | 5 | 4 | 0 | 31 | 343 | 7 | 112 |
Binary | 10110111 | 10111001 | 11000000 | 101 | 100 | 0 | 11001 | 11100011 | 111 | 1001010 |
Color Harmonies of #B7B9C0
Complementary color
Monochromatic Colors of #B7B9C0
Black with #B7B9C0
Text Example
Text Example
White with #B7B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9C0; }
p { color: rgb(183,185,192); }
H1.HeaderClassName
{
color: #B7B9C0;
}
.AnyTagClassName
{
color: #B7B9C0;
}
</style>
background-color css
<style>
a { background-color: #B7B9C0; }
a { background-color: rgb(183,185,192); }
div.DivClassName
{
background-color: #B7B9C0;
}
.BgClassName
{
background-color: #B7B9C0;
}
</style>
border-color css
<style>
span { border-color: #B7B9C0; }
span { border-color: rgb(183,185,192); }
td.TdClassName
{
border-color: #B7B9C0;
}
.TagClassName
{
border-color: #B7B9C0;
}
</style>