#ACC1C9

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

Shades of Heather #ACC1C9

Tints of Heather #ACC1C9

Color information

#ACC1C9 (or 0xACC1C9) is unknown color: approx Heather. HEX triplet: AC, C1 and C9. RGB value is (172,193,201). Sum of RGB (Red+Green+Blue) = 172+193+201=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACC1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C9 is #533E36. Grayscale: #BBBBBB. Windows color (decimal): -5455415 or 13222316. OLE color: 13222316.

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

Color convert

RGB172193201-
CMYK0.140.0400.21
HSL196.55º21.17%73.14%-
HSV(B)196.55º14.43%78.82%-
XYZ46.6351.1362.67-
YUV187.63135.54116.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=30.39%
G=34.10%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721932010.140.0400.21196.5521.1773.14
HexACC1C9E4015c51549
Octal25430131116402530525111
Binary101011001100000111001001111010001010111000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1C9; }

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

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

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

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

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

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

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

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