Shades of Echo Blue #B2B4CA
Tints of Echo Blue #B2B4CA
RGB
CMYK
RGB Variations
Color information
#B2B4CA (or 0xB2B4CA) is known color: Echo Blue. HEX triplet: B2, B4 and CA. RGB value is (178,180,202). Sum of RGB (Red+Green+Blue) = 178+180+202=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 180 (70.70% from 255 or 32.14% 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 #B2B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B4CA is #4D4B35. Grayscale: #B5B5B5. Windows color (decimal): -5065526 or 13284530. OLE color: 13284530.
HSL color Cylindrical-coordinate representation of color #B2B4CA: hue angle of 235º 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 #B2B4CA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 180 | 202 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.21 |
| HSL | 235º | 0.18% | 0.75% | - |
| HSV(B) | 235º | 0.12% | 0.79% | - |
| XYZ | 45.34 | 46.37 | 62.44 | - |
| YUV | 181.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 202 | 0.12 | 0.11 | 0 | 0.21 | 235 | 0.18 | 0.75 |
| Hex | B2 | B4 | CA | C | B | 0 | 15 | EB | 12 | 4B |
| Octal | 262 | 264 | 312 | 14 | 13 | 0 | 25 | 353 | 22 | 113 |
| Binary | 10110010 | 10110100 | 11001010 | 1100 | 1011 | 0 | 10101 | 11101011 | 10010 | 1001011 |
Color Harmonies of #B2B4CA
Complementary color
Monochromatic Colors of #B2B4CA
Black with #B2B4CA
Text Example
Text Example
White with #B2B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B4CA; }
p { color: rgb(178,180,202); }
H1.HeaderClassName
{
color: #B2B4CA;
}
.AnyTagClassName
{
color: #B2B4CA;
}
</style>
background-color css
<style>
a { background-color: #B2B4CA; }
a { background-color: rgb(178,180,202); }
div.DivClassName
{
background-color: #B2B4CA;
}
.BgClassName
{
background-color: #B2B4CA;
}
</style>
border-color css
<style>
span { border-color: #B2B4CA; }
span { border-color: rgb(178,180,202); }
td.TdClassName
{
border-color: #B2B4CA;
}
.TagClassName
{
border-color: #B2B4CA;
}
</style>