Shades of Echo Blue #B9BCC3
Tints of Echo Blue #B9BCC3
RGB
CMYK
RGB Variations
Color information
#B9BCC3 (or 0xB9BCC3) is known color: Echo Blue. HEX triplet: B9, BC and C3. RGB value is (185,188,195). Sum of RGB (Red+Green+Blue) = 185+188+195=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCC3 is #46433C. Grayscale: #BBBBBB. Windows color (decimal): -4604733 or 12827833. OLE color: 12827833.
HSL color Cylindrical-coordinate representation of color #B9BCC3: hue angle of 222º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BCC3 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 188 | 195 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.24 |
| HSL | 222º | 0.08% | 0.75% | - |
| HSV(B) | 222º | 0.05% | 0.76% | - |
| XYZ | 47.84 | 50.22 | 58.8 | - |
| YUV | 187.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 195 | 0.05 | 0.04 | 0 | 0.24 | 222 | 0.08 | 0.75 |
| Hex | B9 | BC | C3 | 5 | 4 | 0 | 18 | DE | 8 | 4B |
| Octal | 271 | 274 | 303 | 5 | 4 | 0 | 30 | 336 | 10 | 113 |
| Binary | 10111001 | 10111100 | 11000011 | 101 | 100 | 0 | 11000 | 11011110 | 1000 | 1001011 |
Color Harmonies of #B9BCC3
Complementary color
Monochromatic Colors of #B9BCC3
Black with #B9BCC3
Text Example
Text Example
White with #B9BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCC3; }
p { color: rgb(185,188,195); }
H1.HeaderClassName
{
color: #B9BCC3;
}
.AnyTagClassName
{
color: #B9BCC3;
}
</style>
background-color css
<style>
a { background-color: #B9BCC3; }
a { background-color: rgb(185,188,195); }
div.DivClassName
{
background-color: #B9BCC3;
}
.BgClassName
{
background-color: #B9BCC3;
}
</style>
border-color css
<style>
span { border-color: #B9BCC3; }
span { border-color: rgb(185,188,195); }
td.TdClassName
{
border-color: #B9BCC3;
}
.TagClassName
{
border-color: #B9BCC3;
}
</style>