Shades of Echo Blue #B9BCC4
Tints of Echo Blue #B9BCC4
RGB
CMYK
RGB Variations
Color information
#B9BCC4 (or 0xB9BCC4) is known color: Echo Blue. HEX triplet: B9, BC and C4. RGB value is (185,188,196). Sum of RGB (Red+Green+Blue) = 185+188+196=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9BCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCC4 is #46433B. Grayscale: #BBBBBB. Windows color (decimal): -4604732 or 12893369. OLE color: 12893369.
HSL color Cylindrical-coordinate representation of color #B9BCC4: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9BCC4 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 188 | 196 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.23 |
| HSL | 223.64º | 0.09% | 0.75% | - |
| HSV(B) | 223.64º | 0.06% | 0.77% | - |
| XYZ | 47.95 | 50.27 | 59.4 | - |
| YUV | 188.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 196 | 0.06 | 0.04 | 0 | 0.23 | 223.64 | 0.09 | 0.75 |
| Hex | B9 | BC | C4 | 6 | 4 | 0 | 17 | E0 | 9 | 4B |
| Octal | 271 | 274 | 304 | 6 | 4 | 0 | 27 | 340 | 11 | 113 |
| Binary | 10111001 | 10111100 | 11000100 | 110 | 100 | 0 | 10111 | 11100000 | 1001 | 1001011 |
Color Harmonies of #B9BCC4
Complementary color
Monochromatic Colors of #B9BCC4
Black with #B9BCC4
Text Example
Text Example
White with #B9BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCC4; }
p { color: rgb(185,188,196); }
H1.HeaderClassName
{
color: #B9BCC4;
}
.AnyTagClassName
{
color: #B9BCC4;
}
</style>
background-color css
<style>
a { background-color: #B9BCC4; }
a { background-color: rgb(185,188,196); }
div.DivClassName
{
background-color: #B9BCC4;
}
.BgClassName
{
background-color: #B9BCC4;
}
</style>
border-color css
<style>
span { border-color: #B9BCC4; }
span { border-color: rgb(185,188,196); }
td.TdClassName
{
border-color: #B9BCC4;
}
.TagClassName
{
border-color: #B9BCC4;
}
</style>