Shades of Echo Blue #B5BACF
Tints of Echo Blue #B5BACF
RGB
CMYK
RGB Variations
Color information
#B5BACF (or 0xB5BACF) is known color: Echo Blue. HEX triplet: B5, BA and CF. RGB value is (181,186,207). Sum of RGB (Red+Green+Blue) = 181+186+207=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BACF is #4A4530. Grayscale: #BABABA. Windows color (decimal): -4867377 or 13613749. OLE color: 13613749.
HSL color Cylindrical-coordinate representation of color #B5BACF: hue angle of 228.46º 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 #B5BACF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 186 | 207 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.19 |
| HSL | 228.46º | 0.21% | 0.76% | - |
| HSV(B) | 228.46º | 0.13% | 0.81% | - |
| XYZ | 47.88 | 49.45 | 66.05 | - |
| YUV | 186.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 207 | 0.13 | 0.10 | 0 | 0.19 | 228.46 | 0.21 | 0.76 |
| Hex | B5 | BA | CF | D | A | 0 | 13 | E4 | 15 | 4C |
| Octal | 265 | 272 | 317 | 15 | 12 | 0 | 23 | 344 | 25 | 114 |
| Binary | 10110101 | 10111010 | 11001111 | 1101 | 1010 | 0 | 10011 | 11100100 | 10101 | 1001100 |
Color Harmonies of #B5BACF
Complementary color
Monochromatic Colors of #B5BACF
Black with #B5BACF
Text Example
Text Example
White with #B5BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BACF; }
p { color: rgb(181,186,207); }
H1.HeaderClassName
{
color: #B5BACF;
}
.AnyTagClassName
{
color: #B5BACF;
}
</style>
background-color css
<style>
a { background-color: #B5BACF; }
a { background-color: rgb(181,186,207); }
div.DivClassName
{
background-color: #B5BACF;
}
.BgClassName
{
background-color: #B5BACF;
}
</style>
border-color css
<style>
span { border-color: #B5BACF; }
span { border-color: rgb(181,186,207); }
td.TdClassName
{
border-color: #B5BACF;
}
.TagClassName
{
border-color: #B5BACF;
}
</style>