#ACC3CC

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

Shades of Heather #ACC3CC

Tints of Heather #ACC3CC

Color information

#ACC3CC (or 0xACC3CC) is unknown color: approx Heather. HEX triplet: AC, C3 and CC. RGB value is (172,195,204). Sum of RGB (Red+Green+Blue) = 172+195+204=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CC is #533C33. Grayscale: #BDBDBD. Windows color (decimal): -5454900 or 13419436. OLE color: 13419436.

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

Color convert

RGB172195204-
CMYK0.160.0400.2
HSL196.88º23.88%73.73%-
HSV(B)196.88º15.69%80%-
XYZ47.4352.1664.7-
YUV189.15136.38115.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=30.12%
G=34.15%
B=35.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721952040.160.0400.2196.8823.8873.73
HexACC3CC104014c5184a
Octal25430331420402430530112
Binary1010110011000011110011001000010001010011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3CC; }

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

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

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

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

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

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

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

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