#ADC2CD

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

Shades of Heather #ADC2CD

Tints of Heather #ADC2CD

Color information

#ADC2CD (or 0xADC2CD) is unknown color: approx Heather. HEX triplet: AD, C2 and CD. RGB value is (173,194,205). Sum of RGB (Red+Green+Blue) = 173+194+205=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CD is #523D32. Grayscale: #BCBCBC. Windows color (decimal): -5389619 or 13484717. OLE color: 13484717.

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

Color convert

RGB173194205-
CMYK0.160.0500.20
HSL200.62º24.24%74.12%-
HSV(B)200.62º15.61%80.39%-
XYZ47.5451.8865.26-
YUV188.98137.04116.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=30.24%
G=33.92%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731942050.160.0500.20200.6224.2474.12
HexADC2CD105014c9184a
Octal25530231520502431130112
Binary1010110111000010110011011000010101010011001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2CD; }

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

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

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

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

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

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

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

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