Shades of Echo Blue #B7BCCC
Tints of Echo Blue #B7BCCC
RGB
CMYK
RGB Variations
Color information
#B7BCCC (or 0xB7BCCC) is known color: Echo Blue. HEX triplet: B7, BC and CC. RGB value is (183,188,204). Sum of RGB (Red+Green+Blue) = 183+188+204=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCCC is #484333. Grayscale: #BCBCBC. Windows color (decimal): -4735796 or 13417655. OLE color: 13417655.
HSL color Cylindrical-coordinate representation of color #B7BCCC: hue angle of 225.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7BCCC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 188 | 204 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.2 |
| HSL | 225.71º | 0.17% | 0.76% | - |
| HSV(B) | 225.71º | 0.1% | 0.8% | - |
| XYZ | 48.41 | 50.39 | 64.3 | - |
| YUV | 188.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 204 | 0.10 | 0.08 | 0 | 0.2 | 225.71 | 0.17 | 0.76 |
| Hex | B7 | BC | CC | A | 8 | 0 | 14 | E2 | 11 | 4C |
| Octal | 267 | 274 | 314 | 12 | 10 | 0 | 24 | 342 | 21 | 114 |
| Binary | 10110111 | 10111100 | 11001100 | 1010 | 1000 | 0 | 10100 | 11100010 | 10001 | 1001100 |
Color Harmonies of #B7BCCC
Complementary color
Monochromatic Colors of #B7BCCC
Black with #B7BCCC
Text Example
Text Example
White with #B7BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCCC; }
p { color: rgb(183,188,204); }
H1.HeaderClassName
{
color: #B7BCCC;
}
.AnyTagClassName
{
color: #B7BCCC;
}
</style>
background-color css
<style>
a { background-color: #B7BCCC; }
a { background-color: rgb(183,188,204); }
div.DivClassName
{
background-color: #B7BCCC;
}
.BgClassName
{
background-color: #B7BCCC;
}
</style>
border-color css
<style>
span { border-color: #B7BCCC; }
span { border-color: rgb(183,188,204); }
td.TdClassName
{
border-color: #B7BCCC;
}
.TagClassName
{
border-color: #B7BCCC;
}
</style>