Shades of Echo Blue #B1B5CA
Tints of Echo Blue #B1B5CA
RGB
CMYK
RGB Variations
Color information
#B1B5CA (or 0xB1B5CA) is known color: Echo Blue. HEX triplet: B1, B5 and CA. RGB value is (177,181,202). Sum of RGB (Red+Green+Blue) = 177+181+202=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B5CA is #4E4A35. Grayscale: #B6B6B6. Windows color (decimal): -5130806 or 13284785. OLE color: 13284785.
HSL color Cylindrical-coordinate representation of color #B1B5CA: hue angle of 230.4º 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 #B1B5CA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 181 | 202 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.21 |
| HSL | 230.4º | 0.19% | 0.74% | - |
| HSV(B) | 230.4º | 0.12% | 0.79% | - |
| XYZ | 45.32 | 46.66 | 62.49 | - |
| YUV | 182.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 202 | 0.12 | 0.10 | 0 | 0.21 | 230.4 | 0.19 | 0.74 |
| Hex | B1 | B5 | CA | C | A | 0 | 15 | E6 | 13 | 4A |
| Octal | 261 | 265 | 312 | 14 | 12 | 0 | 25 | 346 | 23 | 112 |
| Binary | 10110001 | 10110101 | 11001010 | 1100 | 1010 | 0 | 10101 | 11100110 | 10011 | 1001010 |
Color Harmonies of #B1B5CA
Complementary color
Monochromatic Colors of #B1B5CA
Black with #B1B5CA
Text Example
Text Example
White with #B1B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B5CA; }
p { color: rgb(177,181,202); }
H1.HeaderClassName
{
color: #B1B5CA;
}
.AnyTagClassName
{
color: #B1B5CA;
}
</style>
background-color css
<style>
a { background-color: #B1B5CA; }
a { background-color: rgb(177,181,202); }
div.DivClassName
{
background-color: #B1B5CA;
}
.BgClassName
{
background-color: #B1B5CA;
}
</style>
border-color css
<style>
span { border-color: #B1B5CA; }
span { border-color: rgb(177,181,202); }
td.TdClassName
{
border-color: #B1B5CA;
}
.TagClassName
{
border-color: #B1B5CA;
}
</style>