Shades of Echo Blue #B1B8CA
Tints of Echo Blue #B1B8CA
RGB
CMYK
RGB Variations
Color information
#B1B8CA (or 0xB1B8CA) is known color: Echo Blue. HEX triplet: B1, B8 and CA. RGB value is (177,184,202). Sum of RGB (Red+Green+Blue) = 177+184+202=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8CA is #4E4735. Grayscale: #B7B7B7. Windows color (decimal): -5130038 or 13285553. OLE color: 13285553.
HSL color Cylindrical-coordinate representation of color #B1B8CA: hue angle of 223.2º 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 #B1B8CA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 184 | 202 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.21 |
| HSL | 223.2º | 0.19% | 0.74% | - |
| HSV(B) | 223.2º | 0.12% | 0.79% | - |
| XYZ | 45.93 | 47.89 | 62.7 | - |
| YUV | 183.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 202 | 0.12 | 0.09 | 0 | 0.21 | 223.2 | 0.19 | 0.74 |
| Hex | B1 | B8 | CA | C | 9 | 0 | 15 | DF | 13 | 4A |
| Octal | 261 | 270 | 312 | 14 | 11 | 0 | 25 | 337 | 23 | 112 |
| Binary | 10110001 | 10111000 | 11001010 | 1100 | 1001 | 0 | 10101 | 11011111 | 10011 | 1001010 |
Color Harmonies of #B1B8CA
Complementary color
Monochromatic Colors of #B1B8CA
Black with #B1B8CA
Text Example
Text Example
White with #B1B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8CA; }
p { color: rgb(177,184,202); }
H1.HeaderClassName
{
color: #B1B8CA;
}
.AnyTagClassName
{
color: #B1B8CA;
}
</style>
background-color css
<style>
a { background-color: #B1B8CA; }
a { background-color: rgb(177,184,202); }
div.DivClassName
{
background-color: #B1B8CA;
}
.BgClassName
{
background-color: #B1B8CA;
}
</style>
border-color css
<style>
span { border-color: #B1B8CA; }
span { border-color: rgb(177,184,202); }
td.TdClassName
{
border-color: #B1B8CA;
}
.TagClassName
{
border-color: #B1B8CA;
}
</style>