#ADC0CA

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

Shades of Heather #ADC0CA

Tints of Heather #ADC0CA

Color information

#ADC0CA (or 0xADC0CA) is unknown color: approx Heather. HEX triplet: AD, C0 and CA. RGB value is (173,192,202). Sum of RGB (Red+Green+Blue) = 173+192+202=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CA is #523F35. Grayscale: #BBBBBB. Windows color (decimal): -5390134 or 13287597. OLE color: 13287597.

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

Color convert

RGB173192202-
CMYK0.140.0500.21
HSL200.69º21.48%73.53%-
HSV(B)200.69º14.36%79.22%-
XYZ46.7450.8563.23-
YUV187.46136.21117.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=30.51%
G=33.86%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731922020.140.0500.21200.6921.4873.53
HexADC0CAE5015c9154a
Octal25530031216502531125112
Binary101011011100000011001010111010101010111001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0CA; }

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

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

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

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

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

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

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

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