Shades of Echo Blue #B2B8CE
Tints of Echo Blue #B2B8CE
RGB
CMYK
RGB Variations
Color information
#B2B8CE (or 0xB2B8CE) is known color: Echo Blue. HEX triplet: B2, B8 and CE. RGB value is (178,184,206). Sum of RGB (Red+Green+Blue) = 178+184+206=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8CE is #4D4731. Grayscale: #B8B8B8. Windows color (decimal): -5064498 or 13547698. OLE color: 13547698.
HSL color Cylindrical-coordinate representation of color #B2B8CE: hue angle of 227.14º 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 #B2B8CE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 184 | 206 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.19 |
| HSL | 227.14º | 0.22% | 0.75% | - |
| HSV(B) | 227.14º | 0.14% | 0.81% | - |
| XYZ | 46.64 | 48.2 | 65.24 | - |
| YUV | 184.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 206 | 0.14 | 0.11 | 0 | 0.19 | 227.14 | 0.22 | 0.75 |
| Hex | B2 | B8 | CE | E | B | 0 | 13 | E3 | 16 | 4B |
| Octal | 262 | 270 | 316 | 16 | 13 | 0 | 23 | 343 | 26 | 113 |
| Binary | 10110010 | 10111000 | 11001110 | 1110 | 1011 | 0 | 10011 | 11100011 | 10110 | 1001011 |
Color Harmonies of #B2B8CE
Complementary color
Monochromatic Colors of #B2B8CE
Black with #B2B8CE
Text Example
Text Example
White with #B2B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8CE; }
p { color: rgb(178,184,206); }
H1.HeaderClassName
{
color: #B2B8CE;
}
.AnyTagClassName
{
color: #B2B8CE;
}
</style>
background-color css
<style>
a { background-color: #B2B8CE; }
a { background-color: rgb(178,184,206); }
div.DivClassName
{
background-color: #B2B8CE;
}
.BgClassName
{
background-color: #B2B8CE;
}
</style>
border-color css
<style>
span { border-color: #B2B8CE; }
span { border-color: rgb(178,184,206); }
td.TdClassName
{
border-color: #B2B8CE;
}
.TagClassName
{
border-color: #B2B8CE;
}
</style>