Shades of Echo Blue #B2BACC
Tints of Echo Blue #B2BACC
RGB
CMYK
RGB Variations
Color information
#B2BACC (or 0xB2BACC) is known color: Echo Blue. HEX triplet: B2, BA and CC. RGB value is (178,186,204). Sum of RGB (Red+Green+Blue) = 178+186+204=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BACC is #4D4533. Grayscale: #B9B9B9. Windows color (decimal): -5063988 or 13417138. OLE color: 13417138.
HSL color Cylindrical-coordinate representation of color #B2BACC: hue angle of 221.54º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BACC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 186 | 204 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.2 |
| HSL | 221.54º | 0.2% | 0.75% | - |
| HSV(B) | 221.54º | 0.13% | 0.8% | - |
| XYZ | 46.82 | 48.94 | 64.11 | - |
| YUV | 185.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 204 | 0.13 | 0.09 | 0 | 0.2 | 221.54 | 0.2 | 0.75 |
| Hex | B2 | BA | CC | D | 9 | 0 | 14 | DE | 14 | 4B |
| Octal | 262 | 272 | 314 | 15 | 11 | 0 | 24 | 336 | 24 | 113 |
| Binary | 10110010 | 10111010 | 11001100 | 1101 | 1001 | 0 | 10100 | 11011110 | 10100 | 1001011 |
Color Harmonies of #B2BACC
Complementary color
Monochromatic Colors of #B2BACC
Black with #B2BACC
Text Example
Text Example
White with #B2BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BACC; }
p { color: rgb(178,186,204); }
H1.HeaderClassName
{
color: #B2BACC;
}
.AnyTagClassName
{
color: #B2BACC;
}
</style>
background-color css
<style>
a { background-color: #B2BACC; }
a { background-color: rgb(178,186,204); }
div.DivClassName
{
background-color: #B2BACC;
}
.BgClassName
{
background-color: #B2BACC;
}
</style>
border-color css
<style>
span { border-color: #B2BACC; }
span { border-color: rgb(178,186,204); }
td.TdClassName
{
border-color: #B2BACC;
}
.TagClassName
{
border-color: #B2BACC;
}
</style>