Shades of Echo Blue #B1B8CC
Tints of Echo Blue #B1B8CC
RGB
CMYK
RGB Variations
Color information
#B1B8CC (or 0xB1B8CC) is known color: Echo Blue. HEX triplet: B1, B8 and CC. RGB value is (177,184,204). Sum of RGB (Red+Green+Blue) = 177+184+204=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8CC is #4E4733. Grayscale: #B8B8B8. Windows color (decimal): -5130036 or 13416625. OLE color: 13416625.
HSL color Cylindrical-coordinate representation of color #B1B8CC: hue angle of 224.44º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B8CC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 184 | 204 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.2 |
| HSL | 224.44º | 0.21% | 0.75% | - |
| HSV(B) | 224.44º | 0.13% | 0.8% | - |
| XYZ | 46.17 | 47.99 | 63.96 | - |
| YUV | 184.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 204 | 0.13 | 0.10 | 0 | 0.2 | 224.44 | 0.21 | 0.75 |
| Hex | B1 | B8 | CC | D | A | 0 | 14 | E0 | 15 | 4B |
| Octal | 261 | 270 | 314 | 15 | 12 | 0 | 24 | 340 | 25 | 113 |
| Binary | 10110001 | 10111000 | 11001100 | 1101 | 1010 | 0 | 10100 | 11100000 | 10101 | 1001011 |
Color Harmonies of #B1B8CC
Complementary color
Monochromatic Colors of #B1B8CC
Black with #B1B8CC
Text Example
Text Example
White with #B1B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8CC; }
p { color: rgb(177,184,204); }
H1.HeaderClassName
{
color: #B1B8CC;
}
.AnyTagClassName
{
color: #B1B8CC;
}
</style>
background-color css
<style>
a { background-color: #B1B8CC; }
a { background-color: rgb(177,184,204); }
div.DivClassName
{
background-color: #B1B8CC;
}
.BgClassName
{
background-color: #B1B8CC;
}
</style>
border-color css
<style>
span { border-color: #B1B8CC; }
span { border-color: rgb(177,184,204); }
td.TdClassName
{
border-color: #B1B8CC;
}
.TagClassName
{
border-color: #B1B8CC;
}
</style>