#ACC0CA

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

Shades of Heather #ACC0CA

Tints of Heather #ACC0CA

Color information

#ACC0CA (or 0xACC0CA) is unknown color: approx Heather. HEX triplet: AC, C0 and CA. RGB value is (172,192,202). Sum of RGB (Red+Green+Blue) = 172+192+202=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CA is #533F35. Grayscale: #BBBBBB. Windows color (decimal): -5455670 or 13287596. OLE color: 13287596.

HSL color Cylindrical-coordinate representation of color #ACC0CA: hue angle of 200º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC0CA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172192202-
CMYK0.150.0500.21
HSL200º22.06%73.33%-
HSV(B)200º14.85%79.22%-
XYZ46.5250.7363.22-
YUV187.16136.37117.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=30.39%
G=33.92%
B=35.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721922020.150.0500.2120022.0673.33
HexACC0CAF5015c81649
Octal25430031217502531026111
Binary101011001100000011001010111110101010111001000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0CA; }

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

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

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

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

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

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

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

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