Shades of Echo Blue #B3BAC8
Tints of Echo Blue #B3BAC8
RGB
CMYK
RGB Variations
Color information
#B3BAC8 (or 0xB3BAC8) is known color: Echo Blue. HEX triplet: B3, BA and C8. RGB value is (179,186,200). Sum of RGB (Red+Green+Blue) = 179+186+200=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #B3BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAC8 is #4C4537. Grayscale: #B9B9B9. Windows color (decimal): -4998456 or 13154995. OLE color: 13154995.
HSL color Cylindrical-coordinate representation of color #B3BAC8: hue angle of 220º degrees, saturation: 0.16, 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 #B3BAC8 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 186 | 200 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.22 |
| HSL | 220º | 0.16% | 0.74% | - |
| HSV(B) | 220º | 0.11% | 0.78% | - |
| XYZ | 46.57 | 48.87 | 61.62 | - |
| YUV | 185.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 200 | 0.10 | 0.07 | 0 | 0.22 | 220 | 0.16 | 0.74 |
| Hex | B3 | BA | C8 | A | 7 | 0 | 16 | DC | 10 | 4A |
| Octal | 263 | 272 | 310 | 12 | 7 | 0 | 26 | 334 | 20 | 112 |
| Binary | 10110011 | 10111010 | 11001000 | 1010 | 111 | 0 | 10110 | 11011100 | 10000 | 1001010 |
Color Harmonies of #B3BAC8
Complementary color
Monochromatic Colors of #B3BAC8
Black with #B3BAC8
Text Example
Text Example
White with #B3BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAC8; }
p { color: rgb(179,186,200); }
H1.HeaderClassName
{
color: #B3BAC8;
}
.AnyTagClassName
{
color: #B3BAC8;
}
</style>
background-color css
<style>
a { background-color: #B3BAC8; }
a { background-color: rgb(179,186,200); }
div.DivClassName
{
background-color: #B3BAC8;
}
.BgClassName
{
background-color: #B3BAC8;
}
</style>
border-color css
<style>
span { border-color: #B3BAC8; }
span { border-color: rgb(179,186,200); }
td.TdClassName
{
border-color: #B3BAC8;
}
.TagClassName
{
border-color: #B3BAC8;
}
</style>