Html Css Color HEX #ADC5CD Heather

📋 copy color: '#ADC5CD'

red 173 ◦ green 197 ◦ blue 205

#ADC5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ADC5CD

Tints of Heather #ADC5CD

RGB

 RED value IS 173 (67.97% from 255) = 30.09%

 GREEN value IS 197 (77.34% from 255) = 34.26%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 30.09%
G = 34.26%
B = 35.65%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC5CD (or 0xADC5CD) is known color: Heather. HEX triplet: AD, C5 and CD. RGB value is (173,197,205). Sum of RGB (Red+Green+Blue) = 173+197+205=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CD is #523A32. Grayscale: #BEBEBE. Windows color (decimal): -5388851 or 13485485. OLE color: 13485485.

HSL color Cylindrical-coordinate representation of color #ADC5CD: hue angle of 195º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC5CD is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 197 205 -
CMYK 0.16 0.04 0 0.20
HSL 195º 0.24% 0.74% -
HSV(B) 195º 0.16% 0.8% -
XYZ 48.22 53.22 65.49 -
YUV 190.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 173 197 205 0.16 0.04 0 0.20 195 0.24 0.74
Hex AD C5 CD 10 4 0 14 C3 18 4A
Octal 255 305 315 20 4 0 24 303 30 112
Binary 10101101 11000101 11001101 10000 100 0 10100 11000011 11000 1001010

Color Harmonies of #ADC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5CD

Black with #ADC5CD

Text Example


Text Example

White with #ADC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5CD; }

 p { color: rgb(173,197,205); }

 H1.HeaderClassName
 {
   color: #ADC5CD;
 }
 .AnyTagClassName
 {
   color: #ADC5CD;
 }
</style>

background-color css

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

 a { background-color: rgb(173,197,205); }

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

border-color css

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

 span { border-color: rgb(173,197,205); }

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