#ACB8BD

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

Shades of Heather #ACB8BD

Tints of Heather #ACB8BD

Color information

#ACB8BD (or 0xACB8BD) is unknown color: approx Heather. HEX triplet: AC, B8 and BD. RGB value is (172,184,189). Sum of RGB (Red+Green+Blue) = 172+184+189=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8BD is #534742. Grayscale: #B4B4B4. Windows color (decimal): -5457731 or 12433580. OLE color: 12433580.

HSL color Cylindrical-coordinate representation of color #ACB8BD: hue angle of 197.65º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB8BD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172184189-
CMYK0.090.0300.26
HSL197.65º11.41%70.78%-
HSV(B)197.65º8.99%74.12%-
XYZ43.3446.7354.88-
YUV180.98132.52121.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=31.56%
G=33.76%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721841890.090.0300.26197.6511.4170.78
HexACB8BD9301Ac6b47
Octal25427027511303230613107
Binary1010110010111000101111011001110110101100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8BD; }

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

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

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

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

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

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

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

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