Shades of Echo Blue #B4B8CE
Tints of Echo Blue #B4B8CE
RGB
CMYK
RGB Variations
Color information
#B4B8CE (or 0xB4B8CE) is known color: Echo Blue. HEX triplet: B4, B8 and CE. RGB value is (180,184,206). Sum of RGB (Red+Green+Blue) = 180+184+206=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8CE is #4B4731. Grayscale: #B9B9B9. Windows color (decimal): -4933426 or 13547700. OLE color: 13547700.
HSL color Cylindrical-coordinate representation of color #B4B8CE: hue angle of 230.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B8CE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 184 | 206 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.19 |
| HSL | 230.77º | 0.21% | 0.76% | - |
| HSV(B) | 230.77º | 0.13% | 0.81% | - |
| XYZ | 47.1 | 48.44 | 65.26 | - |
| YUV | 185.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 206 | 0.13 | 0.11 | 0 | 0.19 | 230.77 | 0.21 | 0.76 |
| Hex | B4 | B8 | CE | D | B | 0 | 13 | E7 | 15 | 4C |
| Octal | 264 | 270 | 316 | 15 | 13 | 0 | 23 | 347 | 25 | 114 |
| Binary | 10110100 | 10111000 | 11001110 | 1101 | 1011 | 0 | 10011 | 11100111 | 10101 | 1001100 |
Color Harmonies of #B4B8CE
Complementary color
Monochromatic Colors of #B4B8CE
Black with #B4B8CE
Text Example
Text Example
White with #B4B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B8CE; }
p { color: rgb(180,184,206); }
H1.HeaderClassName
{
color: #B4B8CE;
}
.AnyTagClassName
{
color: #B4B8CE;
}
</style>
background-color css
<style>
a { background-color: #B4B8CE; }
a { background-color: rgb(180,184,206); }
div.DivClassName
{
background-color: #B4B8CE;
}
.BgClassName
{
background-color: #B4B8CE;
}
</style>
border-color css
<style>
span { border-color: #B4B8CE; }
span { border-color: rgb(180,184,206); }
td.TdClassName
{
border-color: #B4B8CE;
}
.TagClassName
{
border-color: #B4B8CE;
}
</style>