#ADC2CA

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

Shades of Heather #ADC2CA

Tints of Heather #ADC2CA

Color information

#ADC2CA (or 0xADC2CA) is unknown color: approx Heather. HEX triplet: AD, C2 and CA. RGB value is (173,194,202). Sum of RGB (Red+Green+Blue) = 173+194+202=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CA is #523D35. Grayscale: #BCBCBC. Windows color (decimal): -5389622 or 13288109. OLE color: 13288109.

HSL color Cylindrical-coordinate representation of color #ADC2CA: hue angle of 196.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC2CA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173194202-
CMYK0.140.0400.21
HSL196.55º21.48%73.53%-
HSV(B)196.55º14.36%79.22%-
XYZ47.1951.7363.38-
YUV188.63135.54116.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=30.40%
G=34.09%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731942020.140.0400.21196.5521.4873.53
HexADC2CAE4015c5154a
Octal25530231216402530525112
Binary101011011100001011001010111010001010111000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2CA; }

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

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

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

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

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

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

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

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