Html Css Color HEX #ADC0C7 Heather

📋 copy color: '#ADC0C7'

red 173 ◦ green 192 ◦ blue 199

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

Shades of Heather #ADC0C7

Tints of Heather #ADC0C7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 30.67%
G = 34.04%
B = 35.28%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADC0C7 (or 0xADC0C7) is known color: Heather. HEX triplet: AD, C0 and C7. RGB value is (173,192,199). Sum of RGB (Red+Green+Blue) = 173+192+199=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADC0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C7 is #523F38. Grayscale: #BBBBBB. Windows color (decimal): -5390137 or 13090989. OLE color: 13090989.

HSL color Cylindrical-coordinate representation of color #ADC0C7: hue angle of 196.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC0C7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 192 199 -
CMYK 0.13 0.04 0 0.22
HSL 196.15º 0.19% 0.73% -
HSV(B) 196.15º 0.13% 0.78% -
XYZ 46.39 50.71 61.38 -
YUV 187.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 173 192 199 0.13 0.04 0 0.22 196.15 0.19 0.73
Hex AD C0 C7 D 4 0 16 C4 13 49
Octal 255 300 307 15 4 0 26 304 23 111
Binary 10101101 11000000 11000111 1101 100 0 10110 11000100 10011 1001001

Color Harmonies of #ADC0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0C7

Black with #ADC0C7

Text Example


Text Example

White with #ADC0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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