#ADC6CE

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

Shades of Heather #ADC6CE

Tints of Heather #ADC6CE

Color information

#ADC6CE (or 0xADC6CE) is unknown color: approx Heather. HEX triplet: AD, C6 and CE. RGB value is (173,198,206). Sum of RGB (Red+Green+Blue) = 173+198+206=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CE is #523931. Grayscale: #BFBFBF. Windows color (decimal): -5388594 or 13551277. OLE color: 13551277.

HSL color Cylindrical-coordinate representation of color #ADC6CE: hue angle of 194.55º 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 #ADC6CE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173198206-
CMYK0.160.0400.19
HSL194.55º25.19%74.31%-
HSV(B)194.55º16.02%80.78%-
XYZ48.5753.7366.2-
YUV191.44136.22114.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=29.98%
G=34.32%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731982060.160.0400.19194.5525.1974.31
HexADC6CE104013c3194a
Octal25530631620402330331112
Binary1010110111000110110011101000010001001111000011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6CE; }

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

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

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

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

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

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

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

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