Shades of Echo Blue #B2BACF
Tints of Echo Blue #B2BACF
RGB
CMYK
RGB Variations
Color information
#B2BACF (or 0xB2BACF) is known color: Echo Blue. HEX triplet: B2, BA and CF. RGB value is (178,186,207). Sum of RGB (Red+Green+Blue) = 178+186+207=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BACF is #4D4530. Grayscale: #B9B9B9. Windows color (decimal): -5063985 or 13613746. OLE color: 13613746.
HSL color Cylindrical-coordinate representation of color #B2BACF: hue angle of 223.45º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BACF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 186 | 207 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.19 |
| HSL | 223.45º | 0.23% | 0.75% | - |
| HSV(B) | 223.45º | 0.14% | 0.81% | - |
| XYZ | 47.18 | 49.09 | 66.02 | - |
| YUV | 186 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 207 | 0.14 | 0.10 | 0 | 0.19 | 223.45 | 0.23 | 0.75 |
| Hex | B2 | BA | CF | E | A | 0 | 13 | DF | 17 | 4B |
| Octal | 262 | 272 | 317 | 16 | 12 | 0 | 23 | 337 | 27 | 113 |
| Binary | 10110010 | 10111010 | 11001111 | 1110 | 1010 | 0 | 10011 | 11011111 | 10111 | 1001011 |
Color Harmonies of #B2BACF
Complementary color
Monochromatic Colors of #B2BACF
Black with #B2BACF
Text Example
Text Example
White with #B2BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BACF; }
p { color: rgb(178,186,207); }
H1.HeaderClassName
{
color: #B2BACF;
}
.AnyTagClassName
{
color: #B2BACF;
}
</style>
background-color css
<style>
a { background-color: #B2BACF; }
a { background-color: rgb(178,186,207); }
div.DivClassName
{
background-color: #B2BACF;
}
.BgClassName
{
background-color: #B2BACF;
}
</style>
border-color css
<style>
span { border-color: #B2BACF; }
span { border-color: rgb(178,186,207); }
td.TdClassName
{
border-color: #B2BACF;
}
.TagClassName
{
border-color: #B2BACF;
}
</style>