#ADC1CA

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

Shades of Heather #ADC1CA

Tints of Heather #ADC1CA

Color information

#ADC1CA (or 0xADC1CA) is unknown color: approx Heather. HEX triplet: AD, C1 and CA. RGB value is (173,193,202). Sum of RGB (Red+Green+Blue) = 173+193+202=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CA is #523E35. Grayscale: #BBBBBB. Windows color (decimal): -5389878 or 13287853. OLE color: 13287853.

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

Color convert

RGB173193202-
CMYK0.140.0400.21
HSL198.62º21.48%73.53%-
HSV(B)198.62º14.36%79.22%-
XYZ46.9651.2963.3-
YUV188.05135.87117.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=30.46%
G=33.98%
B=35.56%

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
Decimal1731932020.140.0400.21198.6221.4873.53
HexADC1CAE4015c7154a
Octal25530131216402530725112
Binary101011011100000111001010111010001010111000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1CA; }

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

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

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

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

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

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

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

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