Shades of Echo Blue #B8BCCD
Tints of Echo Blue #B8BCCD
RGB
CMYK
RGB Variations
Color information
#B8BCCD (or 0xB8BCCD) is known color: Echo Blue. HEX triplet: B8, BC and CD. RGB value is (184,188,205). Sum of RGB (Red+Green+Blue) = 184+188+205=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCD is #474332. Grayscale: #BCBCBC. Windows color (decimal): -4670259 or 13483192. OLE color: 13483192.
HSL color Cylindrical-coordinate representation of color #B8BCCD: hue angle of 228.57º 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 #B8BCCD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 188 | 205 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.20 |
| HSL | 228.57º | 0.17% | 0.76% | - |
| HSV(B) | 228.57º | 0.1% | 0.8% | - |
| XYZ | 48.77 | 50.56 | 64.95 | - |
| YUV | 188.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 205 | 0.10 | 0.08 | 0 | 0.20 | 228.57 | 0.17 | 0.76 |
| Hex | B8 | BC | CD | A | 8 | 0 | 14 | E5 | 11 | 4C |
| Octal | 270 | 274 | 315 | 12 | 10 | 0 | 24 | 345 | 21 | 114 |
| Binary | 10111000 | 10111100 | 11001101 | 1010 | 1000 | 0 | 10100 | 11100101 | 10001 | 1001100 |
Color Harmonies of #B8BCCD
Complementary color
Monochromatic Colors of #B8BCCD
Black with #B8BCCD
Text Example
Text Example
White with #B8BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCCD; }
p { color: rgb(184,188,205); }
H1.HeaderClassName
{
color: #B8BCCD;
}
.AnyTagClassName
{
color: #B8BCCD;
}
</style>
background-color css
<style>
a { background-color: #B8BCCD; }
a { background-color: rgb(184,188,205); }
div.DivClassName
{
background-color: #B8BCCD;
}
.BgClassName
{
background-color: #B8BCCD;
}
</style>
border-color css
<style>
span { border-color: #B8BCCD; }
span { border-color: rgb(184,188,205); }
td.TdClassName
{
border-color: #B8BCCD;
}
.TagClassName
{
border-color: #B8BCCD;
}
</style>