Shades of Echo Blue #B5BAC3
Tints of Echo Blue #B5BAC3
RGB
CMYK
RGB Variations
Color information
#B5BAC3 (or 0xB5BAC3) is known color: Echo Blue. HEX triplet: B5, BA and C3. RGB value is (181,186,195). Sum of RGB (Red+Green+Blue) = 181+186+195=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC3 is #4A453C. Grayscale: #B9B9B9. Windows color (decimal): -4867389 or 12827317. OLE color: 12827317.
HSL color Cylindrical-coordinate representation of color #B5BAC3: hue angle of 218.57º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BAC3 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 186 | 195 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.24 |
| HSL | 218.57º | 0.1% | 0.74% | - |
| HSV(B) | 218.57º | 0.07% | 0.76% | - |
| XYZ | 46.47 | 48.88 | 58.62 | - |
| YUV | 185.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 195 | 0.07 | 0.05 | 0 | 0.24 | 218.57 | 0.1 | 0.74 |
| Hex | B5 | BA | C3 | 7 | 5 | 0 | 18 | DB | A | 4A |
| Octal | 265 | 272 | 303 | 7 | 5 | 0 | 30 | 333 | 12 | 112 |
| Binary | 10110101 | 10111010 | 11000011 | 111 | 101 | 0 | 11000 | 11011011 | 1010 | 1001010 |
Color Harmonies of #B5BAC3
Complementary color
Monochromatic Colors of #B5BAC3
Black with #B5BAC3
Text Example
Text Example
White with #B5BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAC3; }
p { color: rgb(181,186,195); }
H1.HeaderClassName
{
color: #B5BAC3;
}
.AnyTagClassName
{
color: #B5BAC3;
}
</style>
background-color css
<style>
a { background-color: #B5BAC3; }
a { background-color: rgb(181,186,195); }
div.DivClassName
{
background-color: #B5BAC3;
}
.BgClassName
{
background-color: #B5BAC3;
}
</style>
border-color css
<style>
span { border-color: #B5BAC3; }
span { border-color: rgb(181,186,195); }
td.TdClassName
{
border-color: #B5BAC3;
}
.TagClassName
{
border-color: #B5BAC3;
}
</style>