Shades of Echo Blue #B1B9CA
Tints of Echo Blue #B1B9CA
RGB
CMYK
RGB Variations
Color information
#B1B9CA (or 0xB1B9CA) is known color: Echo Blue. HEX triplet: B1, B9 and CA. RGB value is (177,185,202). Sum of RGB (Red+Green+Blue) = 177+185+202=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B9CA is #4E4635. Grayscale: #B8B8B8. Windows color (decimal): -5129782 or 13285809. OLE color: 13285809.
HSL color Cylindrical-coordinate representation of color #B1B9CA: hue angle of 220.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1B9CA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 185 | 202 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.21 |
| HSL | 220.8º | 0.19% | 0.74% | - |
| HSV(B) | 220.8º | 0.12% | 0.79% | - |
| XYZ | 46.14 | 48.31 | 62.77 | - |
| YUV | 184.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 202 | 0.12 | 0.08 | 0 | 0.21 | 220.8 | 0.19 | 0.74 |
| Hex | B1 | B9 | CA | C | 8 | 0 | 15 | DD | 13 | 4A |
| Octal | 261 | 271 | 312 | 14 | 10 | 0 | 25 | 335 | 23 | 112 |
| Binary | 10110001 | 10111001 | 11001010 | 1100 | 1000 | 0 | 10101 | 11011101 | 10011 | 1001010 |
Color Harmonies of #B1B9CA
Complementary color
Monochromatic Colors of #B1B9CA
Black with #B1B9CA
Text Example
Text Example
White with #B1B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B9CA; }
p { color: rgb(177,185,202); }
H1.HeaderClassName
{
color: #B1B9CA;
}
.AnyTagClassName
{
color: #B1B9CA;
}
</style>
background-color css
<style>
a { background-color: #B1B9CA; }
a { background-color: rgb(177,185,202); }
div.DivClassName
{
background-color: #B1B9CA;
}
.BgClassName
{
background-color: #B1B9CA;
}
</style>
border-color css
<style>
span { border-color: #B1B9CA; }
span { border-color: rgb(177,185,202); }
td.TdClassName
{
border-color: #B1B9CA;
}
.TagClassName
{
border-color: #B1B9CA;
}
</style>