#ACB8BF

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

Shades of Heather #ACB8BF

Tints of Heather #ACB8BF

Color information

#ACB8BF (or 0xACB8BF) is unknown color: approx Heather. HEX triplet: AC, B8 and BF. RGB value is (172,184,191). Sum of RGB (Red+Green+Blue) = 172+184+191=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BF is #534740. Grayscale: #B5B5B5. Windows color (decimal): -5457729 or 12564652. OLE color: 12564652.

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

Color convert

RGB172184191-
CMYK0.100.0400.25
HSL202.11º12.93%71.18%-
HSV(B)202.11º9.95%74.9%-
XYZ43.5646.8156.03-
YUV181.21133.52121.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 34.92%
R=31.44%
G=33.64%
B=34.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721841910.100.0400.25202.1112.9371.18
HexACB8BFA4019cad47
Octal25427027712403131215107
Binary10101100101110001011111110101000110011100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8BF; }

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

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

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

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

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

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

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

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