#ADC5CD

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

Shades of Heather #ADC5CD

Tints of Heather #ADC5CD

Color information

#ADC5CD (or 0xADC5CD) is unknown color: approx Heather. HEX triplet: AD, C5 and CD. RGB value is (173,197,205). Sum of RGB (Red+Green+Blue) = 173+197+205=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CD is #523A32. Grayscale: #BEBEBE. Windows color (decimal): -5388851 or 13485485. OLE color: 13485485.

HSL color Cylindrical-coordinate representation of color #ADC5CD: hue angle of 195º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC5CD is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173197205-
CMYK0.160.0400.20
HSL195º24.24%74.12%-
HSV(B)195º15.61%80.39%-
XYZ48.2253.2265.49-
YUV190.74136.05115.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=30.09%
G=34.26%
B=35.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731972050.160.0400.2019524.2474.12
HexADC5CD104014c3184a
Octal25530531520402430330112
Binary1010110111000101110011011000010001010011000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5CD; }

 p { color: rgb(173,197,205); }

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

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

 a { background-color: rgb(173,197,205); }

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

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

 span { border-color: rgb(173,197,205); }

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