#ACB2C2

Color #ACB2C2 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #ACB2C2

Tints of Echo Blue #ACB2C2

Color information

#ACB2C2 (or 0xACB2C2) is unknown color: approx 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

RGB172178194-
CMYK0.110.0800.24
HSL223.64º15.28%71.76%-
HSV(B)223.64º11.34%76.08%-
XYZ42.6744.5157.38-
YUV178.03137.01123.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=31.62%
G=32.72%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721781940.110.0800.24223.6415.2871.76
HexACB2C2B8018e0f48
Octal254262302131003034017110
Binary101011001011001011000010101110000110001110000011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>