Shades of Echo Blue #B7BAC6
Tints of Echo Blue #B7BAC6
RGB
CMYK
RGB Variations
Color information
#B7BAC6 (or 0xB7BAC6) is known color: Echo Blue. HEX triplet: B7, BA and C6. RGB value is (183,186,198). Sum of RGB (Red+Green+Blue) = 183+186+198=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #B7BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAC6 is #484539. Grayscale: #BABABA. Windows color (decimal): -4736314 or 13023927. OLE color: 13023927.
HSL color Cylindrical-coordinate representation of color #B7BAC6: hue angle of 228º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BAC6 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 183 | 186 | 198 | - |
CMYK | 0.08 | 0.06 | 0 | 0.22 |
HSL | 228º | 0.12% | 0.75% | - |
HSV(B) | 228º | 0.08% | 0.78% | - |
XYZ | 47.28 | 49.26 | 60.44 | - |
YUV | 186.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 186 | 198 | 0.08 | 0.06 | 0 | 0.22 | 228 | 0.12 | 0.75 |
Hex | B7 | BA | C6 | 8 | 6 | 0 | 16 | E4 | C | 4B |
Octal | 267 | 272 | 306 | 10 | 6 | 0 | 26 | 344 | 14 | 113 |
Binary | 10110111 | 10111010 | 11000110 | 1000 | 110 | 0 | 10110 | 11100100 | 1100 | 1001011 |
Color Harmonies of #B7BAC6
Complementary color
Monochromatic Colors of #B7BAC6
Black with #B7BAC6
Text Example
Text Example
White with #B7BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BAC6; }
p { color: rgb(183,186,198); }
H1.HeaderClassName
{
color: #B7BAC6;
}
.AnyTagClassName
{
color: #B7BAC6;
}
</style>
background-color css
<style>
a { background-color: #B7BAC6; }
a { background-color: rgb(183,186,198); }
div.DivClassName
{
background-color: #B7BAC6;
}
.BgClassName
{
background-color: #B7BAC6;
}
</style>
border-color css
<style>
span { border-color: #B7BAC6; }
span { border-color: rgb(183,186,198); }
td.TdClassName
{
border-color: #B7BAC6;
}
.TagClassName
{
border-color: #B7BAC6;
}
</style>