#ADC2CE

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

Shades of Heather #ADC2CE

Tints of Heather #ADC2CE

Color information

#ADC2CE (or 0xADC2CE) is unknown color: approx Heather. HEX triplet: AD, C2 and CE. RGB value is (173,194,206). Sum of RGB (Red+Green+Blue) = 173+194+206=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CE is #523D31. Grayscale: #BDBDBD. Windows color (decimal): -5389618 or 13550253. OLE color: 13550253.

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

Color convert

RGB173194206-
CMYK0.160.0600.19
HSL201.82º25.19%74.31%-
HSV(B)201.82º16.02%80.78%-
XYZ47.6751.9265.9-
YUV189.09137.54116.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=30.19%
G=33.86%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731942060.160.0600.19201.8225.1974.31
HexADC2CE106013ca194a
Octal25530231620602331231112
Binary1010110111000010110011101000011001001111001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2CE; }

 p { color: rgb(173,194,206); }

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

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

 a { background-color: rgb(173,194,206); }

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

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

 span { border-color: rgb(173,194,206); }

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