#ACC1CC

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

Shades of Heather #ACC1CC

Tints of Heather #ACC1CC

Color information

#ACC1CC (or 0xACC1CC) is unknown color: approx Heather. HEX triplet: AC, C1 and CC. RGB value is (172,193,204). Sum of RGB (Red+Green+Blue) = 172+193+204=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CC is #533E33. Grayscale: #BBBBBB. Windows color (decimal): -5455412 or 13418924. OLE color: 13418924.

HSL color Cylindrical-coordinate representation of color #ACC1CC: hue angle of 200.62º degrees, saturation: 0.24, 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 #ACC1CC is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172193204-
CMYK0.160.0500.2
HSL200.62º23.88%73.73%-
HSV(B)200.62º15.69%80%-
XYZ46.9851.2764.55-
YUV187.98137.04116.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=30.23%
G=33.92%
B=35.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721932040.160.0500.2200.6223.8873.73
HexACC1CC105014c9184a
Octal25430131420502431130112
Binary1010110011000001110011001000010101010011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1CC; }

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

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

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

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

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

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

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

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