Shades of Echo Blue #B5BBCE
Tints of Echo Blue #B5BBCE
RGB
CMYK
RGB Variations
Color information
#B5BBCE (or 0xB5BBCE) is known color: Echo Blue. HEX triplet: B5, BB and CE. RGB value is (181,187,206). Sum of RGB (Red+Green+Blue) = 181+187+206=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBCE is #4A4431. Grayscale: #BBBBBB. Windows color (decimal): -4867122 or 13548469. OLE color: 13548469.
HSL color Cylindrical-coordinate representation of color #B5BBCE: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BBCE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 187 | 206 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.19 |
| HSL | 225.6º | 0.2% | 0.76% | - |
| HSV(B) | 225.6º | 0.12% | 0.81% | - |
| XYZ | 47.97 | 49.82 | 65.48 | - |
| YUV | 187.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 206 | 0.12 | 0.09 | 0 | 0.19 | 225.6 | 0.2 | 0.76 |
| Hex | B5 | BB | CE | C | 9 | 0 | 13 | E2 | 14 | 4C |
| Octal | 265 | 273 | 316 | 14 | 11 | 0 | 23 | 342 | 24 | 114 |
| Binary | 10110101 | 10111011 | 11001110 | 1100 | 1001 | 0 | 10011 | 11100010 | 10100 | 1001100 |
Color Harmonies of #B5BBCE
Complementary color
Monochromatic Colors of #B5BBCE
Black with #B5BBCE
Text Example
Text Example
White with #B5BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBCE; }
p { color: rgb(181,187,206); }
H1.HeaderClassName
{
color: #B5BBCE;
}
.AnyTagClassName
{
color: #B5BBCE;
}
</style>
background-color css
<style>
a { background-color: #B5BBCE; }
a { background-color: rgb(181,187,206); }
div.DivClassName
{
background-color: #B5BBCE;
}
.BgClassName
{
background-color: #B5BBCE;
}
</style>
border-color css
<style>
span { border-color: #B5BBCE; }
span { border-color: rgb(181,187,206); }
td.TdClassName
{
border-color: #B5BBCE;
}
.TagClassName
{
border-color: #B5BBCE;
}
</style>