Shades of Echo Blue #ACB2C2
Tints of Echo Blue #ACB2C2
RGB
CMYK
RGB Variations
Color information
#ACB2C2 (or 0xACB2C2) is known color: Echo Blue. HEX triplet: AC, B2 and C2. RGB value is (172,178,194). Sum of RGB (Red+Green+Blue) = 172+178+194=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACB2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2C2 is #534D3D. Grayscale: #B1B1B1. Windows color (decimal): -5459262 or 12759724. OLE color: 12759724.
HSL color Cylindrical-coordinate representation of color #ACB2C2: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB2C2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 178 | 194 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 223.64º | 0.15% | 0.72% | - |
| HSV(B) | 223.64º | 0.11% | 0.76% | - |
| XYZ | 42.67 | 44.51 | 57.38 | - |
| YUV | 178.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 194 | 0.11 | 0.08 | 0 | 0.24 | 223.64 | 0.15 | 0.72 |
| Hex | AC | B2 | C2 | B | 8 | 0 | 18 | E0 | F | 48 |
| Octal | 254 | 262 | 302 | 13 | 10 | 0 | 30 | 340 | 17 | 110 |
| Binary | 10101100 | 10110010 | 11000010 | 1011 | 1000 | 0 | 11000 | 11100000 | 1111 | 1001000 |
Color Harmonies of #ACB2C2
Complementary color
Monochromatic Colors of #ACB2C2
Black with #ACB2C2
Text Example
Text Example
White with #ACB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2C2; }
p { color: rgb(172,178,194); }
H1.HeaderClassName
{
color: #ACB2C2;
}
.AnyTagClassName
{
color: #ACB2C2;
}
</style>
background-color css
<style>
a { background-color: #ACB2C2; }
a { background-color: rgb(172,178,194); }
div.DivClassName
{
background-color: #ACB2C2;
}
.BgClassName
{
background-color: #ACB2C2;
}
</style>
border-color css
<style>
span { border-color: #ACB2C2; }
span { border-color: rgb(172,178,194); }
td.TdClassName
{
border-color: #ACB2C2;
}
.TagClassName
{
border-color: #ACB2C2;
}
</style>