Shades of Echo Blue #B1B7D5
Tints of Echo Blue #B1B7D5
RGB
CMYK
RGB Variations
Color information
#B1B7D5 (or 0xB1B7D5) is known color: Echo Blue. HEX triplet: B1, B7 and D5. RGB value is (177,183,213). Sum of RGB (Red+Green+Blue) = 177+183+213=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1B7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7D5 is #4E482A. Grayscale: #B8B8B8. Windows color (decimal): -5130283 or 14006193. OLE color: 14006193.
HSL color Cylindrical-coordinate representation of color #B1B7D5: hue angle of 230º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1B7D5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 183 | 213 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.16 |
| HSL | 230º | 0.3% | 0.76% | - |
| HSV(B) | 230º | 0.17% | 0.84% | - |
| XYZ | 47.08 | 48.02 | 69.74 | - |
| YUV | 184.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 213 | 0.17 | 0.14 | 0 | 0.16 | 230 | 0.3 | 0.76 |
| Hex | B1 | B7 | D5 | 11 | E | 0 | 10 | E6 | 1E | 4C |
| Octal | 261 | 267 | 325 | 21 | 16 | 0 | 20 | 346 | 36 | 114 |
| Binary | 10110001 | 10110111 | 11010101 | 10001 | 1110 | 0 | 10000 | 11100110 | 11110 | 1001100 |
Color Harmonies of #B1B7D5
Complementary color
Monochromatic Colors of #B1B7D5
Black with #B1B7D5
Text Example
Text Example
White with #B1B7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7D5; }
p { color: rgb(177,183,213); }
H1.HeaderClassName
{
color: #B1B7D5;
}
.AnyTagClassName
{
color: #B1B7D5;
}
</style>
background-color css
<style>
a { background-color: #B1B7D5; }
a { background-color: rgb(177,183,213); }
div.DivClassName
{
background-color: #B1B7D5;
}
.BgClassName
{
background-color: #B1B7D5;
}
</style>
border-color css
<style>
span { border-color: #B1B7D5; }
span { border-color: rgb(177,183,213); }
td.TdClassName
{
border-color: #B1B7D5;
}
.TagClassName
{
border-color: #B1B7D5;
}
</style>