Shades of Echo Blue #B2B9C5
Tints of Echo Blue #B2B9C5
RGB
CMYK
RGB Variations
Color information
#B2B9C5 (or 0xB2B9C5) is known color: Echo Blue. HEX triplet: B2, B9 and C5. RGB value is (178,185,197). Sum of RGB (Red+Green+Blue) = 178+185+197=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #B2B9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9C5 is #4D463A. Grayscale: #B8B8B8. Windows color (decimal): -5064251 or 12958130. OLE color: 12958130.
HSL color Cylindrical-coordinate representation of color #B2B9C5: hue angle of 217.89º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B9C5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 178 | 185 | 197 | - |
CMYK | 0.10 | 0.06 | 0 | 0.23 |
HSL | 217.89º | 0.14% | 0.74% | - |
HSV(B) | 217.89º | 0.1% | 0.77% | - |
XYZ | 45.79 | 48.19 | 59.71 | - |
YUV | 184.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 185 | 197 | 0.10 | 0.06 | 0 | 0.23 | 217.89 | 0.14 | 0.74 |
Hex | B2 | B9 | C5 | A | 6 | 0 | 17 | DA | E | 4A |
Octal | 262 | 271 | 305 | 12 | 6 | 0 | 27 | 332 | 16 | 112 |
Binary | 10110010 | 10111001 | 11000101 | 1010 | 110 | 0 | 10111 | 11011010 | 1110 | 1001010 |
Color Harmonies of #B2B9C5
Complementary color
Monochromatic Colors of #B2B9C5
Black with #B2B9C5
Text Example
Text Example
White with #B2B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9C5; }
p { color: rgb(178,185,197); }
H1.HeaderClassName
{
color: #B2B9C5;
}
.AnyTagClassName
{
color: #B2B9C5;
}
</style>
background-color css
<style>
a { background-color: #B2B9C5; }
a { background-color: rgb(178,185,197); }
div.DivClassName
{
background-color: #B2B9C5;
}
.BgClassName
{
background-color: #B2B9C5;
}
</style>
border-color css
<style>
span { border-color: #B2B9C5; }
span { border-color: rgb(178,185,197); }
td.TdClassName
{
border-color: #B2B9C5;
}
.TagClassName
{
border-color: #B2B9C5;
}
</style>