#ACC1CD

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

Shades of Heather #ACC1CD

Tints of Heather #ACC1CD

Color information

#ACC1CD (or 0xACC1CD) is unknown color: approx Heather. HEX triplet: AC, C1 and CD. RGB value is (172,193,205). Sum of RGB (Red+Green+Blue) = 172+193+205=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CD is #533E32. Grayscale: #BCBCBC. Windows color (decimal): -5455411 or 13484460. OLE color: 13484460.

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

Color convert

RGB172193205-
CMYK0.160.0600.20
HSL201.82º24.81%73.92%-
HSV(B)201.82º16.1%80.39%-
XYZ47.151.3265.18-
YUV188.09137.54116.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=30.18%
G=33.86%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721932050.160.0600.20201.8224.8173.92
HexACC1CD106014ca194a
Octal25430131520602431231112
Binary1010110011000001110011011000011001010011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1CD; }

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

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

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

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

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

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

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

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