#ADC4CA

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

Shades of Heather #ADC4CA

Tints of Heather #ADC4CA

Color information

#ADC4CA (or 0xADC4CA) is unknown color: approx Heather. HEX triplet: AD, C4 and CA. RGB value is (173,196,202). Sum of RGB (Red+Green+Blue) = 173+196+202=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CA is #523B35. Grayscale: #BDBDBD. Windows color (decimal): -5389110 or 13288621. OLE color: 13288621.

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

Color convert

RGB173196202-
CMYK0.140.0300.21
HSL192.41º21.48%73.53%-
HSV(B)192.41º14.36%79.22%-
XYZ47.6352.6363.52-
YUV189.81134.88116.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=30.30%
G=34.33%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731962020.140.0300.21192.4121.4873.53
HexADC4CAE3015c0154a
Octal25530431216302530025112
Binary10101101110001001100101011101101010111000000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4CA; }

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

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

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

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

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

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

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

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