Shades of Echo Blue #B2B4C9
Tints of Echo Blue #B2B4C9
RGB
CMYK
RGB Variations
Color information
#B2B4C9 (or 0xB2B4C9) is known color: Echo Blue. HEX triplet: B2, B4 and C9. RGB value is (178,180,201). Sum of RGB (Red+Green+Blue) = 178+180+201=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2B4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B4C9 is #4D4B36. Grayscale: #B5B5B5. Windows color (decimal): -5065527 or 13218994. OLE color: 13218994.
HSL color Cylindrical-coordinate representation of color #B2B4C9: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2B4C9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 180 | 201 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.21 |
| HSL | 234.78º | 0.18% | 0.74% | - |
| HSV(B) | 234.78º | 0.11% | 0.79% | - |
| XYZ | 45.22 | 46.32 | 61.82 | - |
| YUV | 181.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 201 | 0.11 | 0.10 | 0 | 0.21 | 234.78 | 0.18 | 0.74 |
| Hex | B2 | B4 | C9 | B | A | 0 | 15 | EB | 12 | 4A |
| Octal | 262 | 264 | 311 | 13 | 12 | 0 | 25 | 353 | 22 | 112 |
| Binary | 10110010 | 10110100 | 11001001 | 1011 | 1010 | 0 | 10101 | 11101011 | 10010 | 1001010 |
Color Harmonies of #B2B4C9
Complementary color
Monochromatic Colors of #B2B4C9
Black with #B2B4C9
Text Example
Text Example
White with #B2B4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B4C9; }
p { color: rgb(178,180,201); }
H1.HeaderClassName
{
color: #B2B4C9;
}
.AnyTagClassName
{
color: #B2B4C9;
}
</style>
background-color css
<style>
a { background-color: #B2B4C9; }
a { background-color: rgb(178,180,201); }
div.DivClassName
{
background-color: #B2B4C9;
}
.BgClassName
{
background-color: #B2B4C9;
}
</style>
border-color css
<style>
span { border-color: #B2B4C9; }
span { border-color: rgb(178,180,201); }
td.TdClassName
{
border-color: #B2B4C9;
}
.TagClassName
{
border-color: #B2B4C9;
}
</style>