#ACB0BF

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

Shades of Echo Blue #ACB0BF

Tints of Echo Blue #ACB0BF

Color information

#ACB0BF (or 0xACB0BF) is unknown color: approx Echo Blue. HEX triplet: AC, B0 and BF. RGB value is (172,176,191). Sum of RGB (Red+Green+Blue) = 172+176+191=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0BF is #534F40. Grayscale: #B0B0B0. Windows color (decimal): -5459777 or 12562604. OLE color: 12562604.

HSL color Cylindrical-coordinate representation of color #ACB0BF: hue angle of 227.37º 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 #ACB0BF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172176191-
CMYK0.100.0800.25
HSL227.37º12.93%71.18%-
HSV(B)227.37º9.95%74.9%-
XYZ41.9443.5855.49-
YUV176.51136.17124.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 191 (75% from 255) = 35.44%
R=31.91%
G=32.65%
B=35.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721761910.100.0800.25227.3712.9371.18
HexACB0BFA8019e3d47
Octal254260277121003134315107
Binary101011001011000010111111101010000110011110001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0BF; }

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

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

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

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

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

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

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

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