#ADC3CA

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

Shades of Heather #ADC3CA

Tints of Heather #ADC3CA

Color information

#ADC3CA (or 0xADC3CA) is unknown color: approx Heather. HEX triplet: AD, C3 and CA. RGB value is (173,195,202). Sum of RGB (Red+Green+Blue) = 173+195+202=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3CA is #523C35. Grayscale: #BDBDBD. Windows color (decimal): -5389366 or 13288365. OLE color: 13288365.

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

Color convert

RGB173195202-
CMYK0.140.0300.21
HSL194.48º21.48%73.53%-
HSV(B)194.48º14.36%79.22%-
XYZ47.4152.1863.45-
YUV189.22135.21116.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=30.35%
G=34.21%
B=35.44%

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
Decimal1731952020.140.0300.21194.4821.4873.53
HexADC3CAE3015c2154a
Octal25530331216302530225112
Binary10101101110000111100101011101101010111000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3CA; }

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

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

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

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

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

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

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

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