Shades of Echo Blue #B2B7CC
Tints of Echo Blue #B2B7CC
RGB
CMYK
RGB Variations
Color information
#B2B7CC (or 0xB2B7CC) is known color: Echo Blue. HEX triplet: B2, B7 and CC. RGB value is (178,183,204). Sum of RGB (Red+Green+Blue) = 178+183+204=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2B7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7CC is #4D4833. Grayscale: #B7B7B7. Windows color (decimal): -5064756 or 13416370. OLE color: 13416370.
HSL color Cylindrical-coordinate representation of color #B2B7CC: hue angle of 228.46º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B7CC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 183 | 204 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.2 |
| HSL | 228.46º | 0.2% | 0.75% | - |
| HSV(B) | 228.46º | 0.13% | 0.8% | - |
| XYZ | 46.19 | 47.69 | 63.9 | - |
| YUV | 183.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 204 | 0.13 | 0.10 | 0 | 0.2 | 228.46 | 0.2 | 0.75 |
| Hex | B2 | B7 | CC | D | A | 0 | 14 | E4 | 14 | 4B |
| Octal | 262 | 267 | 314 | 15 | 12 | 0 | 24 | 344 | 24 | 113 |
| Binary | 10110010 | 10110111 | 11001100 | 1101 | 1010 | 0 | 10100 | 11100100 | 10100 | 1001011 |
Color Harmonies of #B2B7CC
Complementary color
Monochromatic Colors of #B2B7CC
Black with #B2B7CC
Text Example
Text Example
White with #B2B7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7CC; }
p { color: rgb(178,183,204); }
H1.HeaderClassName
{
color: #B2B7CC;
}
.AnyTagClassName
{
color: #B2B7CC;
}
</style>
background-color css
<style>
a { background-color: #B2B7CC; }
a { background-color: rgb(178,183,204); }
div.DivClassName
{
background-color: #B2B7CC;
}
.BgClassName
{
background-color: #B2B7CC;
}
</style>
border-color css
<style>
span { border-color: #B2B7CC; }
span { border-color: rgb(178,183,204); }
td.TdClassName
{
border-color: #B2B7CC;
}
.TagClassName
{
border-color: #B2B7CC;
}
</style>