Shades of Echo Blue #B5B8C6
Tints of Echo Blue #B5B8C6
RGB
CMYK
RGB Variations
Color information
#B5B8C6 (or 0xB5B8C6) is known color: Echo Blue. HEX triplet: B5, B8 and C6. RGB value is (181,184,198). Sum of RGB (Red+Green+Blue) = 181+184+198=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5B8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8C6 is #4A4739. Grayscale: #B8B8B8. Windows color (decimal): -4867898 or 13023413. OLE color: 13023413.
HSL color Cylindrical-coordinate representation of color #B5B8C6: hue angle of 229.41º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5B8C6 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 184 | 198 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.22 |
| HSL | 229.41º | 0.13% | 0.74% | - |
| HSV(B) | 229.41º | 0.09% | 0.78% | - |
| XYZ | 46.39 | 48.18 | 60.28 | - |
| YUV | 184.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 198 | 0.09 | 0.07 | 0 | 0.22 | 229.41 | 0.13 | 0.74 |
| Hex | B5 | B8 | C6 | 9 | 7 | 0 | 16 | E5 | D | 4A |
| Octal | 265 | 270 | 306 | 11 | 7 | 0 | 26 | 345 | 15 | 112 |
| Binary | 10110101 | 10111000 | 11000110 | 1001 | 111 | 0 | 10110 | 11100101 | 1101 | 1001010 |
Color Harmonies of #B5B8C6
Complementary color
Monochromatic Colors of #B5B8C6
Black with #B5B8C6
Text Example
Text Example
White with #B5B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B8C6; }
p { color: rgb(181,184,198); }
H1.HeaderClassName
{
color: #B5B8C6;
}
.AnyTagClassName
{
color: #B5B8C6;
}
</style>
background-color css
<style>
a { background-color: #B5B8C6; }
a { background-color: rgb(181,184,198); }
div.DivClassName
{
background-color: #B5B8C6;
}
.BgClassName
{
background-color: #B5B8C6;
}
</style>
border-color css
<style>
span { border-color: #B5B8C6; }
span { border-color: rgb(181,184,198); }
td.TdClassName
{
border-color: #B5B8C6;
}
.TagClassName
{
border-color: #B5B8C6;
}
</style>