Shades of Echo Blue #B2B9CA
Tints of Echo Blue #B2B9CA
RGB
CMYK
RGB Variations
Color information
#B2B9CA (or 0xB2B9CA) is known color: Echo Blue. HEX triplet: B2, B9 and CA. RGB value is (178,185,202). Sum of RGB (Red+Green+Blue) = 178+185+202=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9CA is #4D4635. Grayscale: #B8B8B8. Windows color (decimal): -5064246 or 13285810. OLE color: 13285810.
HSL color Cylindrical-coordinate representation of color #B2B9CA: hue angle of 222.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B9CA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 185 | 202 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.21 |
| HSL | 222.5º | 0.18% | 0.75% | - |
| HSV(B) | 222.5º | 0.12% | 0.79% | - |
| XYZ | 46.37 | 48.43 | 62.78 | - |
| YUV | 184.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 202 | 0.12 | 0.08 | 0 | 0.21 | 222.5 | 0.18 | 0.75 |
| Hex | B2 | B9 | CA | C | 8 | 0 | 15 | DE | 12 | 4B |
| Octal | 262 | 271 | 312 | 14 | 10 | 0 | 25 | 336 | 22 | 113 |
| Binary | 10110010 | 10111001 | 11001010 | 1100 | 1000 | 0 | 10101 | 11011110 | 10010 | 1001011 |
Color Harmonies of #B2B9CA
Complementary color
Monochromatic Colors of #B2B9CA
Black with #B2B9CA
Text Example
Text Example
White with #B2B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9CA; }
p { color: rgb(178,185,202); }
H1.HeaderClassName
{
color: #B2B9CA;
}
.AnyTagClassName
{
color: #B2B9CA;
}
</style>
background-color css
<style>
a { background-color: #B2B9CA; }
a { background-color: rgb(178,185,202); }
div.DivClassName
{
background-color: #B2B9CA;
}
.BgClassName
{
background-color: #B2B9CA;
}
</style>
border-color css
<style>
span { border-color: #B2B9CA; }
span { border-color: rgb(178,185,202); }
td.TdClassName
{
border-color: #B2B9CA;
}
.TagClassName
{
border-color: #B2B9CA;
}
</style>