Shades of Echo Blue #B2B6BF
Tints of Echo Blue #B2B6BF
RGB
CMYK
RGB Variations
Color information
#B2B6BF (or 0xB2B6BF) is known color: Echo Blue. HEX triplet: B2, B6 and BF. RGB value is (178,182,191). Sum of RGB (Red+Green+Blue) = 178+182+191=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B6BF is #4D4940. Grayscale: #B5B5B5. Windows color (decimal): -5065025 or 12564146. OLE color: 12564146.
HSL color Cylindrical-coordinate representation of color #B2B6BF: hue angle of 221.54º 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 #B2B6BF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 182 | 191 | - |
CMYK | 0.07 | 0.05 | 0 | 0.25 |
HSL | 221.54º | 0.09% | 0.72% | - |
HSV(B) | 221.54º | 0.07% | 0.75% | - |
XYZ | 44.49 | 46.68 | 55.96 | - |
YUV | 181.83 | 133.17 | 125.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 182 | 191 | 0.07 | 0.05 | 0 | 0.25 | 221.54 | 0.09 | 0.72 |
Hex | B2 | B6 | BF | 7 | 5 | 0 | 19 | DE | 9 | 48 |
Octal | 262 | 266 | 277 | 7 | 5 | 0 | 31 | 336 | 11 | 110 |
Binary | 10110010 | 10110110 | 10111111 | 111 | 101 | 0 | 11001 | 11011110 | 1001 | 1001000 |
Color Harmonies of #B2B6BF
Complementary color
Monochromatic Colors of #B2B6BF
Black with #B2B6BF
Text Example
Text Example
White with #B2B6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B6BF; }
p { color: rgb(178,182,191); }
H1.HeaderClassName
{
color: #B2B6BF;
}
.AnyTagClassName
{
color: #B2B6BF;
}
</style>
background-color css
<style>
a { background-color: #B2B6BF; }
a { background-color: rgb(178,182,191); }
div.DivClassName
{
background-color: #B2B6BF;
}
.BgClassName
{
background-color: #B2B6BF;
}
</style>
border-color css
<style>
span { border-color: #B2B6BF; }
span { border-color: rgb(178,182,191); }
td.TdClassName
{
border-color: #B2B6BF;
}
.TagClassName
{
border-color: #B2B6BF;
}
</style>