#ACB2BF

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

Shades of Echo Blue #ACB2BF

Tints of Echo Blue #ACB2BF

Color information

#ACB2BF (or 0xACB2BF) is unknown color: approx Echo Blue. HEX triplet: AC, B2 and BF. RGB value is (172,178,191). Sum of RGB (Red+Green+Blue) = 172+178+191=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2BF is #534D40. Grayscale: #B1B1B1. Windows color (decimal): -5459265 or 12563116. OLE color: 12563116.

HSL color Cylindrical-coordinate representation of color #ACB2BF: hue angle of 221.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB2BF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172178191-
CMYK0.100.0700.25
HSL221.05º12.93%71.18%-
HSV(B)221.05º9.95%74.9%-
XYZ42.3444.3755.62-
YUV177.69135.51123.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 191 (75% from 255) = 35.30%
R=31.79%
G=32.90%
B=35.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721781910.100.0700.25221.0512.9371.18
HexACB2BFA7019ddd47
Octal25426227712703133515107
Binary10101100101100101011111110101110110011101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2BF; }

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

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

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

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

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

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

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

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