#ACC3CA

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

Shades of Heather #ACC3CA

Tints of Heather #ACC3CA

Color information

#ACC3CA (or 0xACC3CA) is unknown color: approx Heather. HEX triplet: AC, C3 and CA. RGB value is (172,195,202). Sum of RGB (Red+Green+Blue) = 172+195+202=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CA is #533C35. Grayscale: #BCBCBC. Windows color (decimal): -5454902 or 13288364. OLE color: 13288364.

HSL color Cylindrical-coordinate representation of color #ACC3CA: hue angle of 194º 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 #ACC3CA is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172195202-
CMYK0.150.0300.21
HSL194º22.06%73.33%-
HSV(B)194º14.85%79.22%-
XYZ47.1952.0763.44-
YUV188.92135.38115.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=30.23%
G=34.27%
B=35.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721952020.150.0300.2119422.0673.33
HexACC3CAF3015c21649
Octal25430331217302530226111
Binary10101100110000111100101011111101010111000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3CA; }

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

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

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

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

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

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

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

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