Shades of Echo Blue #B2B5CC
Tints of Echo Blue #B2B5CC
RGB
CMYK
RGB Variations
Color information
#B2B5CC (or 0xB2B5CC) is known color: Echo Blue. HEX triplet: B2, B5 and CC. RGB value is (178,181,204). Sum of RGB (Red+Green+Blue) = 178+181+204=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5CC is #4D4A33. Grayscale: #B6B6B6. Windows color (decimal): -5065268 or 13415858. OLE color: 13415858.
HSL color Cylindrical-coordinate representation of color #B2B5CC: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B5CC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 178 | 181 | 204 | - |
CMYK | 0.13 | 0.11 | 0 | 0.2 |
HSL | 233.08º | 0.2% | 0.75% | - |
HSV(B) | 233.08º | 0.13% | 0.8% | - |
XYZ | 45.78 | 46.87 | 63.76 | - |
YUV | 182.73 | 140.01 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 181 | 204 | 0.13 | 0.11 | 0 | 0.2 | 233.08 | 0.2 | 0.75 |
Hex | B2 | B5 | CC | D | B | 0 | 14 | E9 | 14 | 4B |
Octal | 262 | 265 | 314 | 15 | 13 | 0 | 24 | 351 | 24 | 113 |
Binary | 10110010 | 10110101 | 11001100 | 1101 | 1011 | 0 | 10100 | 11101001 | 10100 | 1001011 |
Color Harmonies of #B2B5CC
Complementary color
Monochromatic Colors of #B2B5CC
Black with #B2B5CC
Text Example
Text Example
White with #B2B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B5CC; }
p { color: rgb(178,181,204); }
H1.HeaderClassName
{
color: #B2B5CC;
}
.AnyTagClassName
{
color: #B2B5CC;
}
</style>
background-color css
<style>
a { background-color: #B2B5CC; }
a { background-color: rgb(178,181,204); }
div.DivClassName
{
background-color: #B2B5CC;
}
.BgClassName
{
background-color: #B2B5CC;
}
</style>
border-color css
<style>
span { border-color: #B2B5CC; }
span { border-color: rgb(178,181,204); }
td.TdClassName
{
border-color: #B2B5CC;
}
.TagClassName
{
border-color: #B2B5CC;
}
</style>