Shades of Echo Blue #B4BBD2
Tints of Echo Blue #B4BBD2
RGB
CMYK
RGB Variations
Color information
#B4BBD2 (or 0xB4BBD2) is known color: Echo Blue. HEX triplet: B4, BB and D2. RGB value is (180,187,210). Sum of RGB (Red+Green+Blue) = 180+187+210=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBD2 is #4B442D. Grayscale: #BBBBBB. Windows color (decimal): -4932654 or 13810612. OLE color: 13810612.
HSL color Cylindrical-coordinate representation of color #B4BBD2: hue angle of 226º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4BBD2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 187 | 210 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.18 |
| HSL | 226º | 0.25% | 0.76% | - |
| HSV(B) | 226º | 0.14% | 0.82% | - |
| XYZ | 48.23 | 49.9 | 68.06 | - |
| YUV | 187.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 210 | 0.14 | 0.11 | 0 | 0.18 | 226 | 0.25 | 0.76 |
| Hex | B4 | BB | D2 | E | B | 0 | 12 | E2 | 19 | 4C |
| Octal | 264 | 273 | 322 | 16 | 13 | 0 | 22 | 342 | 31 | 114 |
| Binary | 10110100 | 10111011 | 11010010 | 1110 | 1011 | 0 | 10010 | 11100010 | 11001 | 1001100 |
Color Harmonies of #B4BBD2
Complementary color
Monochromatic Colors of #B4BBD2
Black with #B4BBD2
Text Example
Text Example
White with #B4BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBD2; }
p { color: rgb(180,187,210); }
H1.HeaderClassName
{
color: #B4BBD2;
}
.AnyTagClassName
{
color: #B4BBD2;
}
</style>
background-color css
<style>
a { background-color: #B4BBD2; }
a { background-color: rgb(180,187,210); }
div.DivClassName
{
background-color: #B4BBD2;
}
.BgClassName
{
background-color: #B4BBD2;
}
</style>
border-color css
<style>
span { border-color: #B4BBD2; }
span { border-color: rgb(180,187,210); }
td.TdClassName
{
border-color: #B4BBD2;
}
.TagClassName
{
border-color: #B4BBD2;
}
</style>