#ACC0CC

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

Shades of Heather #ACC0CC

Tints of Heather #ACC0CC

Color information

#ACC0CC (or 0xACC0CC) is unknown color: approx Heather. HEX triplet: AC, C0 and CC. RGB value is (172,192,204). Sum of RGB (Red+Green+Blue) = 172+192+204=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CC is #533F33. Grayscale: #BBBBBB. Windows color (decimal): -5455668 or 13418668. OLE color: 13418668.

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

Color convert

RGB172192204-
CMYK0.160.0600.2
HSL202.5º23.88%73.73%-
HSV(B)202.5º15.69%80%-
XYZ46.7650.8364.47-
YUV187.39137.37117.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=30.28%
G=33.80%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721922040.160.0600.2202.523.8873.73
HexACC0CC106014ca184a
Octal25430031420602431230112
Binary1010110011000000110011001000011001010011001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0CC; }

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

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

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

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

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

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

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

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