Shades of Echo Blue #B9BCC7
Tints of Echo Blue #B9BCC7
RGB
CMYK
RGB Variations
Color information
#B9BCC7 (or 0xB9BCC7) is known color: Echo Blue. HEX triplet: B9, BC and C7. RGB value is (185,188,199). Sum of RGB (Red+Green+Blue) = 185+188+199=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9BCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCC7 is #464338. Grayscale: #BCBCBC. Windows color (decimal): -4604729 or 13089977. OLE color: 13089977.
HSL color Cylindrical-coordinate representation of color #B9BCC7: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BCC7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 185 | 188 | 199 | - |
CMYK | 0.07 | 0.06 | 0 | 0.22 |
HSL | 227.14º | 0.11% | 0.75% | - |
HSV(B) | 227.14º | 0.07% | 0.78% | - |
XYZ | 48.3 | 50.4 | 61.22 | - |
YUV | 188.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 188 | 199 | 0.07 | 0.06 | 0 | 0.22 | 227.14 | 0.11 | 0.75 |
Hex | B9 | BC | C7 | 7 | 6 | 0 | 16 | E3 | B | 4B |
Octal | 271 | 274 | 307 | 7 | 6 | 0 | 26 | 343 | 13 | 113 |
Binary | 10111001 | 10111100 | 11000111 | 111 | 110 | 0 | 10110 | 11100011 | 1011 | 1001011 |
Color Harmonies of #B9BCC7
Complementary color
Monochromatic Colors of #B9BCC7
Black with #B9BCC7
Text Example
Text Example
White with #B9BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCC7; }
p { color: rgb(185,188,199); }
H1.HeaderClassName
{
color: #B9BCC7;
}
.AnyTagClassName
{
color: #B9BCC7;
}
</style>
background-color css
<style>
a { background-color: #B9BCC7; }
a { background-color: rgb(185,188,199); }
div.DivClassName
{
background-color: #B9BCC7;
}
.BgClassName
{
background-color: #B9BCC7;
}
</style>
border-color css
<style>
span { border-color: #B9BCC7; }
span { border-color: rgb(185,188,199); }
td.TdClassName
{
border-color: #B9BCC7;
}
.TagClassName
{
border-color: #B9BCC7;
}
</style>