Shades of Echo Blue #B2B5BF
Tints of Echo Blue #B2B5BF
RGB
CMYK
RGB Variations
Color information
#B2B5BF (or 0xB2B5BF) is known color: Echo Blue. HEX triplet: B2, B5 and BF. RGB value is (178,181,191). Sum of RGB (Red+Green+Blue) = 178+181+191=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5BF is #4D4A40. Grayscale: #B5B5B5. Windows color (decimal): -5065281 or 12563890. OLE color: 12563890.
HSL color Cylindrical-coordinate representation of color #B2B5BF: hue angle of 226.15º 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 #B2B5BF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 181 | 191 | - |
CMYK | 0.07 | 0.05 | 0 | 0.25 |
HSL | 226.15º | 0.09% | 0.72% | - |
HSV(B) | 226.15º | 0.07% | 0.75% | - |
XYZ | 44.29 | 46.27 | 55.89 | - |
YUV | 181.24 | 133.51 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 191 | 0.07 | 0.05 | 0 | 0.25 | 226.15 | 0.09 | 0.72 |
Hex | B2 | B5 | BF | 7 | 5 | 0 | 19 | E2 | 9 | 48 |
Octal | 262 | 265 | 277 | 7 | 5 | 0 | 31 | 342 | 11 | 110 |
Binary | 10110010 | 10110101 | 10111111 | 111 | 101 | 0 | 11001 | 11100010 | 1001 | 1001000 |
Color Harmonies of #B2B5BF
Complementary color
Monochromatic Colors of #B2B5BF
Black with #B2B5BF
Text Example
Text Example
White with #B2B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5BF; }
p { color: rgb(178,181,191); }
H1.HeaderClassName
{
color: #B2B5BF;
}
.AnyTagClassName
{
color: #B2B5BF;
}
</style>
background-color css
<style>
a { background-color: #B2B5BF; }
a { background-color: rgb(178,181,191); }
div.DivClassName
{
background-color: #B2B5BF;
}
.BgClassName
{
background-color: #B2B5BF;
}
</style>
border-color css
<style>
span { border-color: #B2B5BF; }
span { border-color: rgb(178,181,191); }
td.TdClassName
{
border-color: #B2B5BF;
}
.TagClassName
{
border-color: #B2B5BF;
}
</style>