#ACB0CA

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

Shades of Echo Blue #ACB0CA

Tints of Echo Blue #ACB0CA

Color information

#ACB0CA (or 0xACB0CA) is unknown color: approx Echo Blue. HEX triplet: AC, B0 and CA. RGB value is (172,176,202). Sum of RGB (Red+Green+Blue) = 172+176+202=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CA is #534F35. Grayscale: #B1B1B1. Windows color (decimal): -5459766 or 13283500. OLE color: 13283500.

HSL color Cylindrical-coordinate representation of color #ACB0CA: hue angle of 232º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB0CA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172176202-
CMYK0.150.1300.21
HSL232º22.06%73.33%-
HSV(B)232º14.85%79.22%-
XYZ43.244.0962.11-
YUV177.77141.67123.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=31.27%
G=32%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721762020.150.1300.2123222.0673.33
HexACB0CAFD015e81649
Octal254260312171502535026111
Binary1010110010110000110010101111110101010111101000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0CA; }

 p { color: rgb(172,176,202); }

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

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

 a { background-color: rgb(172,176,202); }

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

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

 span { border-color: rgb(172,176,202); }

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