Shades of Echo Blue #B1B6CF
Tints of Echo Blue #B1B6CF
RGB
CMYK
RGB Variations
Color information
#B1B6CF (or 0xB1B6CF) is known color: Echo Blue. HEX triplet: B1, B6 and CF. RGB value is (177,182,207). Sum of RGB (Red+Green+Blue) = 177+182+207=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1B6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B6CF is #4E4930. Grayscale: #B7B7B7. Windows color (decimal): -5130545 or 13612721. OLE color: 13612721.
HSL color Cylindrical-coordinate representation of color #B1B6CF: hue angle of 230º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B6CF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 182 | 207 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.19 |
| HSL | 230º | 0.24% | 0.75% | - |
| HSV(B) | 230º | 0.14% | 0.81% | - |
| XYZ | 46.12 | 47.31 | 65.73 | - |
| YUV | 183.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 207 | 0.14 | 0.12 | 0 | 0.19 | 230 | 0.24 | 0.75 |
| Hex | B1 | B6 | CF | E | C | 0 | 13 | E6 | 18 | 4B |
| Octal | 261 | 266 | 317 | 16 | 14 | 0 | 23 | 346 | 30 | 113 |
| Binary | 10110001 | 10110110 | 11001111 | 1110 | 1100 | 0 | 10011 | 11100110 | 11000 | 1001011 |
Color Harmonies of #B1B6CF
Complementary color
Monochromatic Colors of #B1B6CF
Black with #B1B6CF
Text Example
Text Example
White with #B1B6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B6CF; }
p { color: rgb(177,182,207); }
H1.HeaderClassName
{
color: #B1B6CF;
}
.AnyTagClassName
{
color: #B1B6CF;
}
</style>
background-color css
<style>
a { background-color: #B1B6CF; }
a { background-color: rgb(177,182,207); }
div.DivClassName
{
background-color: #B1B6CF;
}
.BgClassName
{
background-color: #B1B6CF;
}
</style>
border-color css
<style>
span { border-color: #B1B6CF; }
span { border-color: rgb(177,182,207); }
td.TdClassName
{
border-color: #B1B6CF;
}
.TagClassName
{
border-color: #B1B6CF;
}
</style>