Shades of Echo Blue #B2B5CA
Tints of Echo Blue #B2B5CA
RGB
CMYK
RGB Variations
Color information
#B2B5CA (or 0xB2B5CA) is known color: Echo Blue. HEX triplet: B2, B5 and CA. RGB value is (178,181,202). Sum of RGB (Red+Green+Blue) = 178+181+202=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CA is #4D4A35. Grayscale: #B6B6B6. Windows color (decimal): -5065270 or 13284786. OLE color: 13284786.
HSL color Cylindrical-coordinate representation of color #B2B5CA: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B5CA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 178 | 181 | 202 | - |
CMYK | 0.12 | 0.10 | 0 | 0.21 |
HSL | 232.5º | 0.18% | 0.75% | - |
HSV(B) | 232.5º | 0.12% | 0.79% | - |
XYZ | 45.54 | 46.78 | 62.51 | - |
YUV | 182.5 | 139.01 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 202 | 0.12 | 0.10 | 0 | 0.21 | 232.5 | 0.18 | 0.75 |
Hex | B2 | B5 | CA | C | A | 0 | 15 | E8 | 12 | 4B |
Octal | 262 | 265 | 312 | 14 | 12 | 0 | 25 | 350 | 22 | 113 |
Binary | 10110010 | 10110101 | 11001010 | 1100 | 1010 | 0 | 10101 | 11101000 | 10010 | 1001011 |
Color Harmonies of #B2B5CA
Complementary color
Monochromatic Colors of #B2B5CA
Black with #B2B5CA
Text Example
Text Example
White with #B2B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5CA; }
p { color: rgb(178,181,202); }
H1.HeaderClassName
{
color: #B2B5CA;
}
.AnyTagClassName
{
color: #B2B5CA;
}
</style>
background-color css
<style>
a { background-color: #B2B5CA; }
a { background-color: rgb(178,181,202); }
div.DivClassName
{
background-color: #B2B5CA;
}
.BgClassName
{
background-color: #B2B5CA;
}
</style>
border-color css
<style>
span { border-color: #B2B5CA; }
span { border-color: rgb(178,181,202); }
td.TdClassName
{
border-color: #B2B5CA;
}
.TagClassName
{
border-color: #B2B5CA;
}
</style>