#ADC2CF

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

Shades of Heather #ADC2CF

Tints of Heather #ADC2CF

Color information

#ADC2CF (or 0xADC2CF) is unknown color: approx Heather. HEX triplet: AD, C2 and CF. RGB value is (173,194,207). Sum of RGB (Red+Green+Blue) = 173+194+207=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CF is #523D30. Grayscale: #BDBDBD. Windows color (decimal): -5389617 or 13615789. OLE color: 13615789.

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

Color convert

RGB173194207-
CMYK0.160.0600.19
HSL202.94º26.15%74.51%-
HSV(B)202.94º16.43%81.18%-
XYZ47.7951.9766.54-
YUV189.2138.04116.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=30.14%
G=33.80%
B=36.06%

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
Decimal1731942070.160.0600.19202.9426.1574.51
HexADC2CF106013cb1a4b
Octal25530231720602331332113
Binary1010110111000010110011111000011001001111001011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2CF; }

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

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

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

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

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

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

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

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