Shades of Echo Blue #B2BACE
Tints of Echo Blue #B2BACE
RGB
CMYK
RGB Variations
Color information
#B2BACE (or 0xB2BACE) is known color: Echo Blue. HEX triplet: B2, BA and CE. RGB value is (178,186,206). Sum of RGB (Red+Green+Blue) = 178+186+206=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BACE is #4D4531. Grayscale: #B9B9B9. Windows color (decimal): -5063986 or 13548210. OLE color: 13548210.
HSL color Cylindrical-coordinate representation of color #B2BACE: hue angle of 222.86º degrees, saturation: 0.22, 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 #B2BACE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 186 | 206 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.19 |
| HSL | 222.86º | 0.22% | 0.75% | - |
| HSV(B) | 222.86º | 0.14% | 0.81% | - |
| XYZ | 47.06 | 49.04 | 65.38 | - |
| YUV | 185.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 206 | 0.14 | 0.10 | 0 | 0.19 | 222.86 | 0.22 | 0.75 |
| Hex | B2 | BA | CE | E | A | 0 | 13 | DF | 16 | 4B |
| Octal | 262 | 272 | 316 | 16 | 12 | 0 | 23 | 337 | 26 | 113 |
| Binary | 10110010 | 10111010 | 11001110 | 1110 | 1010 | 0 | 10011 | 11011111 | 10110 | 1001011 |
Color Harmonies of #B2BACE
Complementary color
Monochromatic Colors of #B2BACE
Black with #B2BACE
Text Example
Text Example
White with #B2BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BACE; }
p { color: rgb(178,186,206); }
H1.HeaderClassName
{
color: #B2BACE;
}
.AnyTagClassName
{
color: #B2BACE;
}
</style>
background-color css
<style>
a { background-color: #B2BACE; }
a { background-color: rgb(178,186,206); }
div.DivClassName
{
background-color: #B2BACE;
}
.BgClassName
{
background-color: #B2BACE;
}
</style>
border-color css
<style>
span { border-color: #B2BACE; }
span { border-color: rgb(178,186,206); }
td.TdClassName
{
border-color: #B2BACE;
}
.TagClassName
{
border-color: #B2BACE;
}
</style>