Shades of Echo Blue #B5B9CA
Tints of Echo Blue #B5B9CA
RGB
CMYK
RGB Variations
Color information
#B5B9CA (or 0xB5B9CA) is known color: Echo Blue. HEX triplet: B5, B9 and CA. RGB value is (181,185,202). Sum of RGB (Red+Green+Blue) = 181+185+202=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5B9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9CA is #4A4635. Grayscale: #B9B9B9. Windows color (decimal): -4867638 or 13285813. OLE color: 13285813.
HSL color Cylindrical-coordinate representation of color #B5B9CA: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5B9CA is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 185 | 202 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.21 |
| HSL | 228.57º | 0.17% | 0.75% | - |
| HSV(B) | 228.57º | 0.1% | 0.79% | - |
| XYZ | 47.07 | 48.79 | 62.81 | - |
| YUV | 185.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 202 | 0.10 | 0.08 | 0 | 0.21 | 228.57 | 0.17 | 0.75 |
| Hex | B5 | B9 | CA | A | 8 | 0 | 15 | E5 | 11 | 4B |
| Octal | 265 | 271 | 312 | 12 | 10 | 0 | 25 | 345 | 21 | 113 |
| Binary | 10110101 | 10111001 | 11001010 | 1010 | 1000 | 0 | 10101 | 11100101 | 10001 | 1001011 |
Color Harmonies of #B5B9CA
Complementary color
Monochromatic Colors of #B5B9CA
Black with #B5B9CA
Text Example
Text Example
White with #B5B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B9CA; }
p { color: rgb(181,185,202); }
H1.HeaderClassName
{
color: #B5B9CA;
}
.AnyTagClassName
{
color: #B5B9CA;
}
</style>
background-color css
<style>
a { background-color: #B5B9CA; }
a { background-color: rgb(181,185,202); }
div.DivClassName
{
background-color: #B5B9CA;
}
.BgClassName
{
background-color: #B5B9CA;
}
</style>
border-color css
<style>
span { border-color: #B5B9CA; }
span { border-color: rgb(181,185,202); }
td.TdClassName
{
border-color: #B5B9CA;
}
.TagClassName
{
border-color: #B5B9CA;
}
</style>