#A4B2C2

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

Shades of Echo Blue #A4B2C2

Tints of Echo Blue #A4B2C2

Color information

#A4B2C2 (or 0xA4B2C2) is unknown color: approx Echo Blue. HEX triplet: A4, B2 and C2. RGB value is (164,178,194). Sum of RGB (Red+Green+Blue) = 164+178+194=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #A4B2C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B2C2 is #5B4D3D. Grayscale: #AFAFAF. Windows color (decimal): -5983550 or 12759716. OLE color: 12759716.

HSL color Cylindrical-coordinate representation of color #A4B2C2: hue angle of 212º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B2C2 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164178194-
CMYK0.150.0800.24
HSL212º19.74%70.2%-
HSV(B)212º15.46%76.08%-
XYZ40.9743.6357.3-
YUV175.64138.36119.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=30.60%
G=33.21%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641781940.150.0800.2421219.7470.2
HexA4B2C2F8018d41446
Octal244262302171003032424106
Binary1010010010110010110000101111100001100011010100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B2C2; }

 p { color: rgb(164,178,194); }

 H1.HeaderClassName
 {
   color: #A4B2C2;
 }
 .AnyTagClassName
 {
   color: #A4B2C2;
 }
</style>
background-color css

<style>
 a { background-color: #A4B2C2; }

 a { background-color: rgb(164,178,194); }

 div.DivClassName
 {
   background-color: #A4B2C2;
 }
 .BgClassName
 {
   background-color: #A4B2C2;
 }
</style>
border-color css

<style>
 span { border-color: #A4B2C2; }

 span { border-color: rgb(164,178,194); }

 td.TdClassName
 {
   border-color: #A4B2C2;
 }
 .TagClassName
 {
   border-color: #A4B2C2;
 }
</style>