#ACC5CD

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

Shades of Heather #ACC5CD

Tints of Heather #ACC5CD

Color information

#ACC5CD (or 0xACC5CD) is unknown color: approx Heather. HEX triplet: AC, C5 and CD. RGB value is (172,197,205). Sum of RGB (Red+Green+Blue) = 172+197+205=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CD is #533A32. Grayscale: #BEBEBE. Windows color (decimal): -5454387 or 13485484. OLE color: 13485484.

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

Color convert

RGB172197205-
CMYK0.160.0400.20
HSL194.55º24.81%73.92%-
HSV(B)194.55º16.1%80.39%-
XYZ4853.1165.48-
YUV190.44136.22114.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=29.97%
G=34.32%
B=35.71%

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
Decimal1721972050.160.0400.20194.5524.8173.92
HexACC5CD104014c3194a
Octal25430531520402430331112
Binary1010110011000101110011011000010001010011000011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5CD; }

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

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

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

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

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

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

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

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