#ACC4CD

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

Shades of Heather #ACC4CD

Tints of Heather #ACC4CD

Color information

#ACC4CD (or 0xACC4CD) is unknown color: approx Heather. HEX triplet: AC, C4 and CD. RGB value is (172,196,205). Sum of RGB (Red+Green+Blue) = 172+196+205=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CD is #533B32. Grayscale: #BDBDBD. Windows color (decimal): -5454643 or 13485228. OLE color: 13485228.

HSL color Cylindrical-coordinate representation of color #ACC4CD: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC4CD is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172196205-
CMYK0.160.0400.20
HSL196.36º24.81%73.92%-
HSV(B)196.36º16.1%80.39%-
XYZ47.7752.6665.4-
YUV189.85136.55115.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=30.02%
G=34.21%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721962050.160.0400.20196.3624.8173.92
HexACC4CD104014c4194a
Octal25430431520402430431112
Binary1010110011000100110011011000010001010011000100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4CD; }

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

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

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

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

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

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

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

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