#ACB6BD

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

Shades of Heather #ACB6BD

Tints of Heather #ACB6BD

Color information

#ACB6BD (or 0xACB6BD) is unknown color: approx Heather. HEX triplet: AC, B6 and BD. RGB value is (172,182,189). Sum of RGB (Red+Green+Blue) = 172+182+189=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6BD is #534942. Grayscale: #B3B3B3. Windows color (decimal): -5458243 or 12433068. OLE color: 12433068.

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

Color convert

RGB172182189-
CMYK0.090.0400.26
HSL204.71º11.41%70.78%-
HSV(B)204.71º8.99%74.12%-
XYZ42.9345.954.74-
YUV179.81133.19122.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=31.68%
G=33.52%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721821890.090.0400.26204.7111.4170.78
HexACB6BD9401Acdb47
Octal25426627511403231513107
Binary10101100101101101011110110011000110101100110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6BD; }

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

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

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

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

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

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

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

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