Shades of Echo Blue #BCBDC0
Tints of Echo Blue #BCBDC0
RGB
CMYK
RGB Variations
Color information
#BCBDC0 (or 0xBCBDC0) is known color: Echo Blue. HEX triplet: BC, BD and C0. RGB value is (188,189,192). Sum of RGB (Red+Green+Blue) = 188+189+192=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC0 is #43423F. Grayscale: #BDBDBD. Windows color (decimal): -4407872 or 12631484. OLE color: 12631484.
HSL color Cylindrical-coordinate representation of color #BCBDC0: hue angle of 225º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBDC0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 189 | 192 | - |
CMYK | 0.02 | 0.02 | 0 | 0.25 |
HSL | 225º | 0.03% | 0.75% | - |
HSV(B) | 225º | 0.02% | 0.75% | - |
XYZ | 48.45 | 50.89 | 57.14 | - |
YUV | 189.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 189 | 192 | 0.02 | 0.02 | 0 | 0.25 | 225 | 0.03 | 0.75 |
Hex | BC | BD | C0 | 2 | 2 | 0 | 19 | E1 | 3 | 4B |
Octal | 274 | 275 | 300 | 2 | 2 | 0 | 31 | 341 | 3 | 113 |
Binary | 10111100 | 10111101 | 11000000 | 10 | 10 | 0 | 11001 | 11100001 | 11 | 1001011 |
Color Harmonies of #BCBDC0
Complementary color
Monochromatic Colors of #BCBDC0
Black with #BCBDC0
Text Example
Text Example
White with #BCBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDC0; }
p { color: rgb(188,189,192); }
H1.HeaderClassName
{
color: #BCBDC0;
}
.AnyTagClassName
{
color: #BCBDC0;
}
</style>
background-color css
<style>
a { background-color: #BCBDC0; }
a { background-color: rgb(188,189,192); }
div.DivClassName
{
background-color: #BCBDC0;
}
.BgClassName
{
background-color: #BCBDC0;
}
</style>
border-color css
<style>
span { border-color: #BCBDC0; }
span { border-color: rgb(188,189,192); }
td.TdClassName
{
border-color: #BCBDC0;
}
.TagClassName
{
border-color: #BCBDC0;
}
</style>