Shades of Echo Blue #B2B7BF
Tints of Echo Blue #B2B7BF
RGB
CMYK
RGB Variations
Color information
#B2B7BF (or 0xB2B7BF) is known color: Echo Blue. HEX triplet: B2, B7 and BF. RGB value is (178,183,191). Sum of RGB (Red+Green+Blue) = 178+183+191=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7BF is #4D4840. Grayscale: #B6B6B6. Windows color (decimal): -5064769 or 12564402. OLE color: 12564402.
HSL color Cylindrical-coordinate representation of color #B2B7BF: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B7BF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 183 | 191 | - |
CMYK | 0.07 | 0.04 | 0 | 0.25 |
HSL | 216.92º | 0.09% | 0.72% | - |
HSV(B) | 216.92º | 0.07% | 0.75% | - |
XYZ | 44.7 | 47.09 | 56.02 | - |
YUV | 182.42 | 132.84 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 183 | 191 | 0.07 | 0.04 | 0 | 0.25 | 216.92 | 0.09 | 0.72 |
Hex | B2 | B7 | BF | 7 | 4 | 0 | 19 | D9 | 9 | 48 |
Octal | 262 | 267 | 277 | 7 | 4 | 0 | 31 | 331 | 11 | 110 |
Binary | 10110010 | 10110111 | 10111111 | 111 | 100 | 0 | 11001 | 11011001 | 1001 | 1001000 |
Color Harmonies of #B2B7BF
Complementary color
Monochromatic Colors of #B2B7BF
Black with #B2B7BF
Text Example
Text Example
White with #B2B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7BF; }
p { color: rgb(178,183,191); }
H1.HeaderClassName
{
color: #B2B7BF;
}
.AnyTagClassName
{
color: #B2B7BF;
}
</style>
background-color css
<style>
a { background-color: #B2B7BF; }
a { background-color: rgb(178,183,191); }
div.DivClassName
{
background-color: #B2B7BF;
}
.BgClassName
{
background-color: #B2B7BF;
}
</style>
border-color css
<style>
span { border-color: #B2B7BF; }
span { border-color: rgb(178,183,191); }
td.TdClassName
{
border-color: #B2B7BF;
}
.TagClassName
{
border-color: #B2B7BF;
}
</style>