#ACC4CF

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

Shades of Heather #ACC4CF

Tints of Heather #ACC4CF

Color information

#ACC4CF (or 0xACC4CF) is unknown color: approx Heather. HEX triplet: AC, C4 and CF. RGB value is (172,196,207). Sum of RGB (Red+Green+Blue) = 172+196+207=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CF is #533B30. Grayscale: #BEBEBE. Windows color (decimal): -5454641 or 13616300. OLE color: 13616300.

HSL color Cylindrical-coordinate representation of color #ACC4CF: hue angle of 198.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC4CF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172196207-
CMYK0.170.0500.19
HSL198.86º26.72%74.31%-
HSV(B)198.86º16.91%81.18%-
XYZ48.0252.7666.68-
YUV190.08137.55115.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 207 (81.25% from 255) = 36%
R=29.91%
G=34.09%
B=36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721962070.170.0500.19198.8626.7274.31
HexACC4CF115013c71b4a
Octal25430431721502330733112
Binary1010110011000100110011111000110101001111000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4CF; }

 p { color: rgb(172,196,207); }

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

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

 a { background-color: rgb(172,196,207); }

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

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

 span { border-color: rgb(172,196,207); }

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