Shades of Echo Blue #B2BAC9
Tints of Echo Blue #B2BAC9
RGB
CMYK
RGB Variations
Color information
#B2BAC9 (or 0xB2BAC9) is known color: Echo Blue. HEX triplet: B2, BA and C9. RGB value is (178,186,201). Sum of RGB (Red+Green+Blue) = 178+186+201=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC9 is #4D4536. Grayscale: #B9B9B9. Windows color (decimal): -5063991 or 13220530. OLE color: 13220530.
HSL color Cylindrical-coordinate representation of color #B2BAC9: hue angle of 219.13º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BAC9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 186 | 201 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.21 |
| HSL | 219.13º | 0.18% | 0.74% | - |
| HSV(B) | 219.13º | 0.11% | 0.79% | - |
| XYZ | 46.46 | 48.8 | 62.23 | - |
| YUV | 185.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 201 | 0.11 | 0.07 | 0 | 0.21 | 219.13 | 0.18 | 0.74 |
| Hex | B2 | BA | C9 | B | 7 | 0 | 15 | DB | 12 | 4A |
| Octal | 262 | 272 | 311 | 13 | 7 | 0 | 25 | 333 | 22 | 112 |
| Binary | 10110010 | 10111010 | 11001001 | 1011 | 111 | 0 | 10101 | 11011011 | 10010 | 1001010 |
Color Harmonies of #B2BAC9
Complementary color
Monochromatic Colors of #B2BAC9
Black with #B2BAC9
Text Example
Text Example
White with #B2BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAC9; }
p { color: rgb(178,186,201); }
H1.HeaderClassName
{
color: #B2BAC9;
}
.AnyTagClassName
{
color: #B2BAC9;
}
</style>
background-color css
<style>
a { background-color: #B2BAC9; }
a { background-color: rgb(178,186,201); }
div.DivClassName
{
background-color: #B2BAC9;
}
.BgClassName
{
background-color: #B2BAC9;
}
</style>
border-color css
<style>
span { border-color: #B2BAC9; }
span { border-color: rgb(178,186,201); }
td.TdClassName
{
border-color: #B2BAC9;
}
.TagClassName
{
border-color: #B2BAC9;
}
</style>