Shades of Echo Blue #B8BAC4
Tints of Echo Blue #B8BAC4
RGB
CMYK
RGB Variations
Color information
#B8BAC4 (or 0xB8BAC4) is known color: Echo Blue. HEX triplet: B8, BA and C4. RGB value is (184,186,196). Sum of RGB (Red+Green+Blue) = 184+186+196=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 196 - color contains mainly: blue. Hex color #B8BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAC4 is #47453B. Grayscale: #BABABA. Windows color (decimal): -4670780 or 12892856. OLE color: 12892856.
HSL color Cylindrical-coordinate representation of color #B8BAC4: hue angle of 230º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8BAC4 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 186 | 196 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.23 |
| HSL | 230º | 0.09% | 0.75% | - |
| HSV(B) | 230º | 0.06% | 0.77% | - |
| XYZ | 47.29 | 49.29 | 59.25 | - |
| YUV | 186.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 196 | 0.06 | 0.05 | 0 | 0.23 | 230 | 0.09 | 0.75 |
| Hex | B8 | BA | C4 | 6 | 5 | 0 | 17 | E6 | 9 | 4B |
| Octal | 270 | 272 | 304 | 6 | 5 | 0 | 27 | 346 | 11 | 113 |
| Binary | 10111000 | 10111010 | 11000100 | 110 | 101 | 0 | 10111 | 11100110 | 1001 | 1001011 |
Color Harmonies of #B8BAC4
Complementary color
Monochromatic Colors of #B8BAC4
Black with #B8BAC4
Text Example
Text Example
White with #B8BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAC4; }
p { color: rgb(184,186,196); }
H1.HeaderClassName
{
color: #B8BAC4;
}
.AnyTagClassName
{
color: #B8BAC4;
}
</style>
background-color css
<style>
a { background-color: #B8BAC4; }
a { background-color: rgb(184,186,196); }
div.DivClassName
{
background-color: #B8BAC4;
}
.BgClassName
{
background-color: #B8BAC4;
}
</style>
border-color css
<style>
span { border-color: #B8BAC4; }
span { border-color: rgb(184,186,196); }
td.TdClassName
{
border-color: #B8BAC4;
}
.TagClassName
{
border-color: #B8BAC4;
}
</style>