#ACBAC9

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

Shades of Heather #ACBAC9

Tints of Heather #ACBAC9

Color information

#ACBAC9 (or 0xACBAC9) is unknown color: approx Heather. HEX triplet: AC, BA and C9. RGB value is (172,186,201). Sum of RGB (Red+Green+Blue) = 172+186+201=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC9 is #534536. Grayscale: #B7B7B7. Windows color (decimal): -5457207 or 13220524. OLE color: 13220524.

HSL color Cylindrical-coordinate representation of color #ACBAC9: hue angle of 211.03º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBAC9 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172186201-
CMYK0.140.0700.21
HSL211.03º21.17%73.14%-
HSV(B)211.03º14.43%78.82%-
XYZ45.1148.1162.17-
YUV183.52137.86119.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=30.77%
G=33.27%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721862010.140.0700.21211.0321.1773.14
HexACBAC9E7015d31549
Octal25427231116702532325111
Binary101011001011101011001001111011101010111010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAC9; }

 p { color: rgb(172,186,201); }

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

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

 a { background-color: rgb(172,186,201); }

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

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

 span { border-color: rgb(172,186,201); }

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