Shades of Echo Blue #B0B9D0
Tints of Echo Blue #B0B9D0
RGB
CMYK
RGB Variations
Color information
#B0B9D0 (or 0xB0B9D0) is known color: Echo Blue. HEX triplet: B0, B9 and D0. RGB value is (176,185,208). Sum of RGB (Red+Green+Blue) = 176+185+208=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0B9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9D0 is #4F462F. Grayscale: #B8B8B8. Windows color (decimal): -5195312 or 13679024. OLE color: 13679024.
HSL color Cylindrical-coordinate representation of color #B0B9D0: hue angle of 223.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B9D0 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 185 | 208 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.18 |
| HSL | 223.13º | 0.25% | 0.75% | - |
| HSV(B) | 223.13º | 0.15% | 0.82% | - |
| XYZ | 46.64 | 48.48 | 66.57 | - |
| YUV | 184.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 208 | 0.15 | 0.11 | 0 | 0.18 | 223.13 | 0.25 | 0.75 |
| Hex | B0 | B9 | D0 | F | B | 0 | 12 | DF | 19 | 4B |
| Octal | 260 | 271 | 320 | 17 | 13 | 0 | 22 | 337 | 31 | 113 |
| Binary | 10110000 | 10111001 | 11010000 | 1111 | 1011 | 0 | 10010 | 11011111 | 11001 | 1001011 |
Color Harmonies of #B0B9D0
Complementary color
Monochromatic Colors of #B0B9D0
Black with #B0B9D0
Text Example
Text Example
White with #B0B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B9D0; }
p { color: rgb(176,185,208); }
H1.HeaderClassName
{
color: #B0B9D0;
}
.AnyTagClassName
{
color: #B0B9D0;
}
</style>
background-color css
<style>
a { background-color: #B0B9D0; }
a { background-color: rgb(176,185,208); }
div.DivClassName
{
background-color: #B0B9D0;
}
.BgClassName
{
background-color: #B0B9D0;
}
</style>
border-color css
<style>
span { border-color: #B0B9D0; }
span { border-color: rgb(176,185,208); }
td.TdClassName
{
border-color: #B0B9D0;
}
.TagClassName
{
border-color: #B0B9D0;
}
</style>