Shades of Echo Blue #B4BAD2
Tints of Echo Blue #B4BAD2
RGB
CMYK
RGB Variations
Color information
#B4BAD2 (or 0xB4BAD2) is known color: Echo Blue. HEX triplet: B4, BA and D2. RGB value is (180,186,210). Sum of RGB (Red+Green+Blue) = 180+186+210=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4BAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAD2 is #4B452D. Grayscale: #BABABA. Windows color (decimal): -4932910 or 13810356. OLE color: 13810356.
HSL color Cylindrical-coordinate representation of color #B4BAD2: hue angle of 228º 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 #B4BAD2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 186 | 210 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.18 |
| HSL | 228º | 0.25% | 0.76% | - |
| HSV(B) | 228º | 0.14% | 0.82% | - |
| XYZ | 48.01 | 49.47 | 67.99 | - |
| YUV | 186.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 210 | 0.14 | 0.11 | 0 | 0.18 | 228 | 0.25 | 0.76 |
| Hex | B4 | BA | D2 | E | B | 0 | 12 | E4 | 19 | 4C |
| Octal | 264 | 272 | 322 | 16 | 13 | 0 | 22 | 344 | 31 | 114 |
| Binary | 10110100 | 10111010 | 11010010 | 1110 | 1011 | 0 | 10010 | 11100100 | 11001 | 1001100 |
Color Harmonies of #B4BAD2
Complementary color
Monochromatic Colors of #B4BAD2
Black with #B4BAD2
Text Example
Text Example
White with #B4BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAD2; }
p { color: rgb(180,186,210); }
H1.HeaderClassName
{
color: #B4BAD2;
}
.AnyTagClassName
{
color: #B4BAD2;
}
</style>
background-color css
<style>
a { background-color: #B4BAD2; }
a { background-color: rgb(180,186,210); }
div.DivClassName
{
background-color: #B4BAD2;
}
.BgClassName
{
background-color: #B4BAD2;
}
</style>
border-color css
<style>
span { border-color: #B4BAD2; }
span { border-color: rgb(180,186,210); }
td.TdClassName
{
border-color: #B4BAD2;
}
.TagClassName
{
border-color: #B4BAD2;
}
</style>