Shades of Echo Blue #B2B8C8
Tints of Echo Blue #B2B8C8
RGB
CMYK
RGB Variations
Color information
#B2B8C8 (or 0xB2B8C8) is known color: Echo Blue. HEX triplet: B2, B8 and C8. RGB value is (178,184,200). Sum of RGB (Red+Green+Blue) = 178+184+200=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2B8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8C8 is #4D4737. Grayscale: #B7B7B7. Windows color (decimal): -5064504 or 13154482. OLE color: 13154482.
HSL color Cylindrical-coordinate representation of color #B2B8C8: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2B8C8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 184 | 200 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.22 |
| HSL | 223.64º | 0.17% | 0.74% | - |
| HSV(B) | 223.64º | 0.11% | 0.78% | - |
| XYZ | 45.93 | 47.92 | 61.47 | - |
| YUV | 184.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 200 | 0.11 | 0.08 | 0 | 0.22 | 223.64 | 0.17 | 0.74 |
| Hex | B2 | B8 | C8 | B | 8 | 0 | 16 | E0 | 11 | 4A |
| Octal | 262 | 270 | 310 | 13 | 10 | 0 | 26 | 340 | 21 | 112 |
| Binary | 10110010 | 10111000 | 11001000 | 1011 | 1000 | 0 | 10110 | 11100000 | 10001 | 1001010 |
Color Harmonies of #B2B8C8
Complementary color
Monochromatic Colors of #B2B8C8
Black with #B2B8C8
Text Example
Text Example
White with #B2B8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8C8; }
p { color: rgb(178,184,200); }
H1.HeaderClassName
{
color: #B2B8C8;
}
.AnyTagClassName
{
color: #B2B8C8;
}
</style>
background-color css
<style>
a { background-color: #B2B8C8; }
a { background-color: rgb(178,184,200); }
div.DivClassName
{
background-color: #B2B8C8;
}
.BgClassName
{
background-color: #B2B8C8;
}
</style>
border-color css
<style>
span { border-color: #B2B8C8; }
span { border-color: rgb(178,184,200); }
td.TdClassName
{
border-color: #B2B8C8;
}
.TagClassName
{
border-color: #B2B8C8;
}
</style>