#ACC0CE

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

Shades of Heather #ACC0CE

Tints of Heather #ACC0CE

Color information

#ACC0CE (or 0xACC0CE) is unknown color: approx Heather. HEX triplet: AC, C0 and CE. RGB value is (172,192,206). Sum of RGB (Red+Green+Blue) = 172+192+206=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CE is #533F31. Grayscale: #BBBBBB. Windows color (decimal): -5455666 or 13549740. OLE color: 13549740.

HSL color Cylindrical-coordinate representation of color #ACC0CE: hue angle of 204.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC0CE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172192206-
CMYK0.170.0700.19
HSL204.71º25.76%74.12%-
HSV(B)204.71º16.5%80.78%-
XYZ4750.9365.74-
YUV187.62138.37116.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=30.18%
G=33.68%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721922060.170.0700.19204.7125.7674.12
HexACC0CE117013cd1a4a
Octal25430031621702331532112
Binary1010110011000000110011101000111101001111001101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0CE; }

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

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

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

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

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

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

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

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