Shades of Echo Blue #B2B9C6
Tints of Echo Blue #B2B9C6
RGB
CMYK
RGB Variations
Color information
#B2B9C6 (or 0xB2B9C6) is known color: Echo Blue. HEX triplet: B2, B9 and C6. RGB value is (178,185,198). Sum of RGB (Red+Green+Blue) = 178+185+198=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2B9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9C6 is #4D4639. Grayscale: #B8B8B8. Windows color (decimal): -5064250 or 13023666. OLE color: 13023666.
HSL color Cylindrical-coordinate representation of color #B2B9C6: hue angle of 219º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B9C6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 185 | 198 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.22 |
| HSL | 219º | 0.15% | 0.74% | - |
| HSV(B) | 219º | 0.1% | 0.78% | - |
| XYZ | 45.9 | 48.24 | 60.32 | - |
| YUV | 184.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 198 | 0.10 | 0.07 | 0 | 0.22 | 219 | 0.15 | 0.74 |
| Hex | B2 | B9 | C6 | A | 7 | 0 | 16 | DB | F | 4A |
| Octal | 262 | 271 | 306 | 12 | 7 | 0 | 26 | 333 | 17 | 112 |
| Binary | 10110010 | 10111001 | 11000110 | 1010 | 111 | 0 | 10110 | 11011011 | 1111 | 1001010 |
Color Harmonies of #B2B9C6
Complementary color
Monochromatic Colors of #B2B9C6
Black with #B2B9C6
Text Example
Text Example
White with #B2B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9C6; }
p { color: rgb(178,185,198); }
H1.HeaderClassName
{
color: #B2B9C6;
}
.AnyTagClassName
{
color: #B2B9C6;
}
</style>
background-color css
<style>
a { background-color: #B2B9C6; }
a { background-color: rgb(178,185,198); }
div.DivClassName
{
background-color: #B2B9C6;
}
.BgClassName
{
background-color: #B2B9C6;
}
</style>
border-color css
<style>
span { border-color: #B2B9C6; }
span { border-color: rgb(178,185,198); }
td.TdClassName
{
border-color: #B2B9C6;
}
.TagClassName
{
border-color: #B2B9C6;
}
</style>