Shades of Echo Blue #B2B5C3
Tints of Echo Blue #B2B5C3
RGB
CMYK
RGB Variations
Color information
#B2B5C3 (or 0xB2B5C3) is known color: Echo Blue. HEX triplet: B2, B5 and C3. RGB value is (178,181,195). Sum of RGB (Red+Green+Blue) = 178+181+195=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2B5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5C3 is #4D4A3C. Grayscale: #B5B5B5. Windows color (decimal): -5065277 or 12826034. OLE color: 12826034.
HSL color Cylindrical-coordinate representation of color #B2B5C3: hue angle of 229.41º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2B5C3 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 178 | 181 | 195 | - |
CMYK | 0.09 | 0.07 | 0 | 0.24 |
HSL | 229.41º | 0.12% | 0.73% | - |
HSV(B) | 229.41º | 0.09% | 0.76% | - |
XYZ | 44.73 | 46.45 | 58.24 | - |
YUV | 181.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 195 | 0.09 | 0.07 | 0 | 0.24 | 229.41 | 0.12 | 0.73 |
Hex | B2 | B5 | C3 | 9 | 7 | 0 | 18 | E5 | C | 49 |
Octal | 262 | 265 | 303 | 11 | 7 | 0 | 30 | 345 | 14 | 111 |
Binary | 10110010 | 10110101 | 11000011 | 1001 | 111 | 0 | 11000 | 11100101 | 1100 | 1001001 |
Color Harmonies of #B2B5C3
Complementary color
Monochromatic Colors of #B2B5C3
Black with #B2B5C3
Text Example
Text Example
White with #B2B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5C3; }
p { color: rgb(178,181,195); }
H1.HeaderClassName
{
color: #B2B5C3;
}
.AnyTagClassName
{
color: #B2B5C3;
}
</style>
background-color css
<style>
a { background-color: #B2B5C3; }
a { background-color: rgb(178,181,195); }
div.DivClassName
{
background-color: #B2B5C3;
}
.BgClassName
{
background-color: #B2B5C3;
}
</style>
border-color css
<style>
span { border-color: #B2B5C3; }
span { border-color: rgb(178,181,195); }
td.TdClassName
{
border-color: #B2B5C3;
}
.TagClassName
{
border-color: #B2B5C3;
}
</style>