Shades of Echo Blue #B5BBC8
Tints of Echo Blue #B5BBC8
RGB
CMYK
RGB Variations
Color information
#B5BBC8 (or 0xB5BBC8) is known color: Echo Blue. HEX triplet: B5, BB and C8. RGB value is (181,187,200). Sum of RGB (Red+Green+Blue) = 181+187+200=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 200 - color contains mainly: blue. Hex color #B5BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBC8 is #4A4437. Grayscale: #BABABA. Windows color (decimal): -4867128 or 13155253. OLE color: 13155253.
HSL color Cylindrical-coordinate representation of color #B5BBC8: hue angle of 221.05º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BBC8 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 187 | 200 | - |
CMYK | 0.09 | 0.06 | 0 | 0.22 |
HSL | 221.05º | 0.15% | 0.75% | - |
HSV(B) | 221.05º | 0.1% | 0.78% | - |
XYZ | 47.25 | 49.53 | 61.71 | - |
YUV | 186.69 | 135.51 | 123.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 187 | 200 | 0.09 | 0.06 | 0 | 0.22 | 221.05 | 0.15 | 0.75 |
Hex | B5 | BB | C8 | 9 | 6 | 0 | 16 | DD | F | 4B |
Octal | 265 | 273 | 310 | 11 | 6 | 0 | 26 | 335 | 17 | 113 |
Binary | 10110101 | 10111011 | 11001000 | 1001 | 110 | 0 | 10110 | 11011101 | 1111 | 1001011 |
Color Harmonies of #B5BBC8
Complementary color
Monochromatic Colors of #B5BBC8
Black with #B5BBC8
Text Example
Text Example
White with #B5BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBC8; }
p { color: rgb(181,187,200); }
H1.HeaderClassName
{
color: #B5BBC8;
}
.AnyTagClassName
{
color: #B5BBC8;
}
</style>
background-color css
<style>
a { background-color: #B5BBC8; }
a { background-color: rgb(181,187,200); }
div.DivClassName
{
background-color: #B5BBC8;
}
.BgClassName
{
background-color: #B5BBC8;
}
</style>
border-color css
<style>
span { border-color: #B5BBC8; }
span { border-color: rgb(181,187,200); }
td.TdClassName
{
border-color: #B5BBC8;
}
.TagClassName
{
border-color: #B5BBC8;
}
</style>