#ACC0CD

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

Shades of Heather #ACC0CD

Tints of Heather #ACC0CD

Color information

#ACC0CD (or 0xACC0CD) is unknown color: approx Heather. HEX triplet: AC, C0 and CD. RGB value is (172,192,205). Sum of RGB (Red+Green+Blue) = 172+192+205=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CD is #533F32. Grayscale: #BBBBBB. Windows color (decimal): -5455667 or 13484204. OLE color: 13484204.

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

Color convert

RGB172192205-
CMYK0.160.0600.20
HSL203.64º24.81%73.92%-
HSV(B)203.64º16.1%80.39%-
XYZ46.8850.8865.11-
YUV187.5137.87116.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=30.23%
G=33.74%
B=36.03%

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
Decimal1721922050.160.0600.20203.6424.8173.92
HexACC0CD106014cc194a
Octal25430031520602431431112
Binary1010110011000000110011011000011001010011001100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0CD; }

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

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

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

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

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

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

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

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