Shades of Echo Blue #B8BBC1
Tints of Echo Blue #B8BBC1
RGB
CMYK
RGB Variations
Color information
#B8BBC1 (or 0xB8BBC1) is known color: Echo Blue. HEX triplet: B8, BB and C1. RGB value is (184,187,193). Sum of RGB (Red+Green+Blue) = 184+187+193=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBC1 is #47443E. Grayscale: #BABABA. Windows color (decimal): -4670527 or 12696504. OLE color: 12696504.
HSL color Cylindrical-coordinate representation of color #B8BBC1: hue angle of 220º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BBC1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 187 | 193 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.24 |
| HSL | 220º | 0.07% | 0.74% | - |
| HSV(B) | 220º | 0.05% | 0.76% | - |
| XYZ | 47.16 | 49.58 | 57.54 | - |
| YUV | 186.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 193 | 0.05 | 0.03 | 0 | 0.24 | 220 | 0.07 | 0.74 |
| Hex | B8 | BB | C1 | 5 | 3 | 0 | 18 | DC | 7 | 4A |
| Octal | 270 | 273 | 301 | 5 | 3 | 0 | 30 | 334 | 7 | 112 |
| Binary | 10111000 | 10111011 | 11000001 | 101 | 11 | 0 | 11000 | 11011100 | 111 | 1001010 |
Color Harmonies of #B8BBC1
Complementary color
Monochromatic Colors of #B8BBC1
Black with #B8BBC1
Text Example
Text Example
White with #B8BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBC1; }
p { color: rgb(184,187,193); }
H1.HeaderClassName
{
color: #B8BBC1;
}
.AnyTagClassName
{
color: #B8BBC1;
}
</style>
background-color css
<style>
a { background-color: #B8BBC1; }
a { background-color: rgb(184,187,193); }
div.DivClassName
{
background-color: #B8BBC1;
}
.BgClassName
{
background-color: #B8BBC1;
}
</style>
border-color css
<style>
span { border-color: #B8BBC1; }
span { border-color: rgb(184,187,193); }
td.TdClassName
{
border-color: #B8BBC1;
}
.TagClassName
{
border-color: #B8BBC1;
}
</style>