#ACB2CA

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

Shades of Echo Blue #ACB2CA

Tints of Echo Blue #ACB2CA

Color information

#ACB2CA (or 0xACB2CA) is unknown color: approx Echo Blue. HEX triplet: AC, B2 and CA. RGB value is (172,178,202). Sum of RGB (Red+Green+Blue) = 172+178+202=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CA is #534D35. Grayscale: #B2B2B2. Windows color (decimal): -5459254 or 13284012. OLE color: 13284012.

HSL color Cylindrical-coordinate representation of color #ACB2CA: hue angle of 228º 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 #ACB2CA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172178202-
CMYK0.150.1200.21
HSL228º22.06%73.33%-
HSV(B)228º14.85%79.22%-
XYZ43.5944.8862.24-
YUV178.94141.01123.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=31.16%
G=32.25%
B=36.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721782020.150.1200.2122822.0673.33
HexACB2CAFC015e41649
Octal254262312171402534426111
Binary1010110010110010110010101111110001010111100100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2CA; }

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

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

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

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

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

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

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

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