Shades of Echo Blue #B4BBCE
Tints of Echo Blue #B4BBCE
RGB
CMYK
RGB Variations
Color information
#B4BBCE (or 0xB4BBCE) is known color: Echo Blue. HEX triplet: B4, BB and CE. RGB value is (180,187,206). Sum of RGB (Red+Green+Blue) = 180+187+206=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBCE is #4B4431. Grayscale: #BABABA. Windows color (decimal): -4932658 or 13548468. OLE color: 13548468.
HSL color Cylindrical-coordinate representation of color #B4BBCE: hue angle of 223.85º 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 #B4BBCE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 187 | 206 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.19 |
| HSL | 223.85º | 0.21% | 0.76% | - |
| HSV(B) | 223.85º | 0.13% | 0.81% | - |
| XYZ | 47.73 | 49.7 | 65.47 | - |
| YUV | 187.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 206 | 0.13 | 0.09 | 0 | 0.19 | 223.85 | 0.21 | 0.76 |
| Hex | B4 | BB | CE | D | 9 | 0 | 13 | E0 | 15 | 4C |
| Octal | 264 | 273 | 316 | 15 | 11 | 0 | 23 | 340 | 25 | 114 |
| Binary | 10110100 | 10111011 | 11001110 | 1101 | 1001 | 0 | 10011 | 11100000 | 10101 | 1001100 |
Color Harmonies of #B4BBCE
Complementary color
Monochromatic Colors of #B4BBCE
Black with #B4BBCE
Text Example
Text Example
White with #B4BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBCE; }
p { color: rgb(180,187,206); }
H1.HeaderClassName
{
color: #B4BBCE;
}
.AnyTagClassName
{
color: #B4BBCE;
}
</style>
background-color css
<style>
a { background-color: #B4BBCE; }
a { background-color: rgb(180,187,206); }
div.DivClassName
{
background-color: #B4BBCE;
}
.BgClassName
{
background-color: #B4BBCE;
}
</style>
border-color css
<style>
span { border-color: #B4BBCE; }
span { border-color: rgb(180,187,206); }
td.TdClassName
{
border-color: #B4BBCE;
}
.TagClassName
{
border-color: #B4BBCE;
}
</style>