#ACB1BF

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

Shades of Echo Blue #ACB1BF

Tints of Echo Blue #ACB1BF

Color information

#ACB1BF (or 0xACB1BF) is unknown color: approx Echo Blue. HEX triplet: AC, B1 and BF. RGB value is (172,177,191). Sum of RGB (Red+Green+Blue) = 172+177+191=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1BF is #534E40. Grayscale: #B1B1B1. Windows color (decimal): -5459521 or 12562860. OLE color: 12562860.

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

Color convert

RGB172177191-
CMYK0.100.0700.25
HSL224.21º12.93%71.18%-
HSV(B)224.21º9.95%74.9%-
XYZ42.1443.9855.56-
YUV177.1135.84124.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 35.37%
R=31.85%
G=32.78%
B=35.37%

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
Decimal1721771910.100.0700.25224.2112.9371.18
HexACB1BFA7019e0d47
Octal25426127712703134015107
Binary10101100101100011011111110101110110011110000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1BF; }

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

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

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

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

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

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

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

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