Shades of Echo Blue #B2B5CE
Tints of Echo Blue #B2B5CE
RGB
CMYK
RGB Variations
Color information
#B2B5CE (or 0xB2B5CE) is known color: Echo Blue. HEX triplet: B2, B5 and CE. RGB value is (178,181,206). Sum of RGB (Red+Green+Blue) = 178+181+206=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CE is #4D4A31. Grayscale: #B6B6B6. Windows color (decimal): -5065266 or 13546930. OLE color: 13546930.
HSL color Cylindrical-coordinate representation of color #B2B5CE: hue angle of 233.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B5CE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 181 | 206 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.19 |
| HSL | 233.57º | 0.22% | 0.75% | - |
| HSV(B) | 233.57º | 0.14% | 0.81% | - |
| XYZ | 46.02 | 46.97 | 65.03 | - |
| YUV | 182.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 206 | 0.14 | 0.12 | 0 | 0.19 | 233.57 | 0.22 | 0.75 |
| Hex | B2 | B5 | CE | E | C | 0 | 13 | EA | 16 | 4B |
| Octal | 262 | 265 | 316 | 16 | 14 | 0 | 23 | 352 | 26 | 113 |
| Binary | 10110010 | 10110101 | 11001110 | 1110 | 1100 | 0 | 10011 | 11101010 | 10110 | 1001011 |
Color Harmonies of #B2B5CE
Complementary color
Monochromatic Colors of #B2B5CE
Black with #B2B5CE
Text Example
Text Example
White with #B2B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5CE; }
p { color: rgb(178,181,206); }
H1.HeaderClassName
{
color: #B2B5CE;
}
.AnyTagClassName
{
color: #B2B5CE;
}
</style>
background-color css
<style>
a { background-color: #B2B5CE; }
a { background-color: rgb(178,181,206); }
div.DivClassName
{
background-color: #B2B5CE;
}
.BgClassName
{
background-color: #B2B5CE;
}
</style>
border-color css
<style>
span { border-color: #B2B5CE; }
span { border-color: rgb(178,181,206); }
td.TdClassName
{
border-color: #B2B5CE;
}
.TagClassName
{
border-color: #B2B5CE;
}
</style>