Shades of Echo Blue #B6B8C0
Tints of Echo Blue #B6B8C0
RGB
CMYK
RGB Variations
Color information
#B6B8C0 (or 0xB6B8C0) is known color: Echo Blue. HEX triplet: B6, B8 and C0. RGB value is (182,184,192). Sum of RGB (Red+Green+Blue) = 182+184+192=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8C0 is #49473F. Grayscale: #B8B8B8. Windows color (decimal): -4802368 or 12630198. OLE color: 12630198.
HSL color Cylindrical-coordinate representation of color #B6B8C0: hue angle of 228º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6B8C0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 184 | 192 | - |
CMYK | 0.05 | 0.04 | 0 | 0.25 |
HSL | 228º | 0.07% | 0.73% | - |
HSV(B) | 228º | 0.05% | 0.75% | - |
XYZ | 45.95 | 48.03 | 56.72 | - |
YUV | 184.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 184 | 192 | 0.05 | 0.04 | 0 | 0.25 | 228 | 0.07 | 0.73 |
Hex | B6 | B8 | C0 | 5 | 4 | 0 | 19 | E4 | 7 | 49 |
Octal | 266 | 270 | 300 | 5 | 4 | 0 | 31 | 344 | 7 | 111 |
Binary | 10110110 | 10111000 | 11000000 | 101 | 100 | 0 | 11001 | 11100100 | 111 | 1001001 |
Color Harmonies of #B6B8C0
Complementary color
Monochromatic Colors of #B6B8C0
Black with #B6B8C0
Text Example
Text Example
White with #B6B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B8C0; }
p { color: rgb(182,184,192); }
H1.HeaderClassName
{
color: #B6B8C0;
}
.AnyTagClassName
{
color: #B6B8C0;
}
</style>
background-color css
<style>
a { background-color: #B6B8C0; }
a { background-color: rgb(182,184,192); }
div.DivClassName
{
background-color: #B6B8C0;
}
.BgClassName
{
background-color: #B6B8C0;
}
</style>
border-color css
<style>
span { border-color: #B6B8C0; }
span { border-color: rgb(182,184,192); }
td.TdClassName
{
border-color: #B6B8C0;
}
.TagClassName
{
border-color: #B6B8C0;
}
</style>