Shades of Echo Blue #B6B9C0
Tints of Echo Blue #B6B9C0
RGB
CMYK
RGB Variations
Color information
#B6B9C0 (or 0xB6B9C0) is known color: Echo Blue. HEX triplet: B6, B9 and C0. RGB value is (182,185,192). Sum of RGB (Red+Green+Blue) = 182+185+192=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6B9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9C0 is #49463F. Grayscale: #B8B8B8. Windows color (decimal): -4802112 or 12630454. OLE color: 12630454.
HSL color Cylindrical-coordinate representation of color #B6B9C0: hue angle of 222º 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 #B6B9C0 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 185 | 192 | - |
CMYK | 0.05 | 0.04 | 0 | 0.25 |
HSL | 222º | 0.07% | 0.73% | - |
HSV(B) | 222º | 0.05% | 0.75% | - |
XYZ | 46.15 | 48.45 | 56.79 | - |
YUV | 184.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 185 | 192 | 0.05 | 0.04 | 0 | 0.25 | 222 | 0.07 | 0.73 |
Hex | B6 | B9 | C0 | 5 | 4 | 0 | 19 | DE | 7 | 49 |
Octal | 266 | 271 | 300 | 5 | 4 | 0 | 31 | 336 | 7 | 111 |
Binary | 10110110 | 10111001 | 11000000 | 101 | 100 | 0 | 11001 | 11011110 | 111 | 1001001 |
Color Harmonies of #B6B9C0
Complementary color
Monochromatic Colors of #B6B9C0
Black with #B6B9C0
Text Example
Text Example
White with #B6B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B9C0; }
p { color: rgb(182,185,192); }
H1.HeaderClassName
{
color: #B6B9C0;
}
.AnyTagClassName
{
color: #B6B9C0;
}
</style>
background-color css
<style>
a { background-color: #B6B9C0; }
a { background-color: rgb(182,185,192); }
div.DivClassName
{
background-color: #B6B9C0;
}
.BgClassName
{
background-color: #B6B9C0;
}
</style>
border-color css
<style>
span { border-color: #B6B9C0; }
span { border-color: rgb(182,185,192); }
td.TdClassName
{
border-color: #B6B9C0;
}
.TagClassName
{
border-color: #B6B9C0;
}
</style>