Shades of Echo Blue #B0B6CA
Tints of Echo Blue #B0B6CA
RGB
CMYK
RGB Variations
Color information
#B0B6CA (or 0xB0B6CA) is known color: Echo Blue. HEX triplet: B0, B6 and CA. RGB value is (176,182,202). Sum of RGB (Red+Green+Blue) = 176+182+202=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B6CA is #4F4935. Grayscale: #B6B6B6. Windows color (decimal): -5196086 or 13285040. OLE color: 13285040.
HSL color Cylindrical-coordinate representation of color #B0B6CA: hue angle of 226.15º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B6CA is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 182 | 202 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.21 |
| HSL | 226.15º | 0.2% | 0.74% | - |
| HSV(B) | 226.15º | 0.13% | 0.79% | - |
| XYZ | 45.29 | 46.95 | 62.55 | - |
| YUV | 182.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 202 | 0.13 | 0.10 | 0 | 0.21 | 226.15 | 0.2 | 0.74 |
| Hex | B0 | B6 | CA | D | A | 0 | 15 | E2 | 14 | 4A |
| Octal | 260 | 266 | 312 | 15 | 12 | 0 | 25 | 342 | 24 | 112 |
| Binary | 10110000 | 10110110 | 11001010 | 1101 | 1010 | 0 | 10101 | 11100010 | 10100 | 1001010 |
Color Harmonies of #B0B6CA
Complementary color
Monochromatic Colors of #B0B6CA
Black with #B0B6CA
Text Example
Text Example
White with #B0B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B6CA; }
p { color: rgb(176,182,202); }
H1.HeaderClassName
{
color: #B0B6CA;
}
.AnyTagClassName
{
color: #B0B6CA;
}
</style>
background-color css
<style>
a { background-color: #B0B6CA; }
a { background-color: rgb(176,182,202); }
div.DivClassName
{
background-color: #B0B6CA;
}
.BgClassName
{
background-color: #B0B6CA;
}
</style>
border-color css
<style>
span { border-color: #B0B6CA; }
span { border-color: rgb(176,182,202); }
td.TdClassName
{
border-color: #B0B6CA;
}
.TagClassName
{
border-color: #B0B6CA;
}
</style>