Shades of Echo Blue #B7BAC0
Tints of Echo Blue #B7BAC0
RGB
CMYK
RGB Variations
Color information
#B7BAC0 (or 0xB7BAC0) is known color: Echo Blue. HEX triplet: B7, BA and C0. RGB value is (183,186,192). Sum of RGB (Red+Green+Blue) = 183+186+192=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAC0 is #48453F. Grayscale: #B9B9B9. Windows color (decimal): -4736320 or 12630711. OLE color: 12630711.
HSL color Cylindrical-coordinate representation of color #B7BAC0: hue angle of 220º 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 #B7BAC0 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 186 | 192 | - |
CMYK | 0.05 | 0.03 | 0 | 0.25 |
HSL | 220º | 0.07% | 0.74% | - |
HSV(B) | 220º | 0.05% | 0.75% | - |
XYZ | 46.6 | 48.99 | 56.87 | - |
YUV | 185.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 192 | 0.05 | 0.03 | 0 | 0.25 | 220 | 0.07 | 0.74 |
Hex | B7 | BA | C0 | 5 | 3 | 0 | 19 | DC | 7 | 4A |
Octal | 267 | 272 | 300 | 5 | 3 | 0 | 31 | 334 | 7 | 112 |
Binary | 10110111 | 10111010 | 11000000 | 101 | 11 | 0 | 11001 | 11011100 | 111 | 1001010 |
Color Harmonies of #B7BAC0
Complementary color
Monochromatic Colors of #B7BAC0
Black with #B7BAC0
Text Example
Text Example
White with #B7BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAC0; }
p { color: rgb(183,186,192); }
H1.HeaderClassName
{
color: #B7BAC0;
}
.AnyTagClassName
{
color: #B7BAC0;
}
</style>
background-color css
<style>
a { background-color: #B7BAC0; }
a { background-color: rgb(183,186,192); }
div.DivClassName
{
background-color: #B7BAC0;
}
.BgClassName
{
background-color: #B7BAC0;
}
</style>
border-color css
<style>
span { border-color: #B7BAC0; }
span { border-color: rgb(183,186,192); }
td.TdClassName
{
border-color: #B7BAC0;
}
.TagClassName
{
border-color: #B7BAC0;
}
</style>