Html Css Color HEX #ADC0C5 Heather

📋 copy color: '#ADC0C5'

red 173 ◦ green 192 ◦ blue 197

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

Shades of Heather #ADC0C5

Tints of Heather #ADC0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 30.78%
G = 34.16%
B = 35.05%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADC0C5 (or 0xADC0C5) is known color: Heather. HEX triplet: AD, C0 and C5. RGB value is (173,192,197). Sum of RGB (Red+Green+Blue) = 173+192+197=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADC0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C5 is #523F3A. Grayscale: #BABABA. Windows color (decimal): -5390139 or 12959917. OLE color: 12959917.

HSL color Cylindrical-coordinate representation of color #ADC0C5: hue angle of 192.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC0C5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 192 197 -
CMYK 0.12 0.03 0 0.23
HSL 192.5º 0.17% 0.73% -
HSV(B) 192.5º 0.12% 0.77% -
XYZ 46.16 50.61 60.16 -
YUV 186.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 173 192 197 0.12 0.03 0 0.23 192.5 0.17 0.73
Hex AD C0 C5 C 3 0 17 C0 11 49
Octal 255 300 305 14 3 0 27 300 21 111
Binary 10101101 11000000 11000101 1100 11 0 10111 11000000 10001 1001001

Color Harmonies of #ADC0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0C5

Black with #ADC0C5

Text Example


Text Example

White with #ADC0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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