#ACB9BF

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

Shades of Heather #ACB9BF

Tints of Heather #ACB9BF

Color information

#ACB9BF (or 0xACB9BF) is unknown color: approx Heather. HEX triplet: AC, B9 and BF. RGB value is (172,185,191). Sum of RGB (Red+Green+Blue) = 172+185+191=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9BF is #534640. Grayscale: #B5B5B5. Windows color (decimal): -5457473 or 12564908. OLE color: 12564908.

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

Color convert

RGB172185191-
CMYK0.100.0300.25
HSL198.95º12.93%71.18%-
HSV(B)198.95º9.95%74.9%-
XYZ43.7747.2356.1-
YUV181.8133.19121.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 34.85%
R=31.39%
G=33.76%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721851910.100.0300.25198.9512.9371.18
HexACB9BFA3019c7d47
Octal25427127712303130715107
Binary1010110010111001101111111010110110011100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9BF; }

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

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

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

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

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

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

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

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