Html Css Color HEX #ADC0C4 Heather

📋 copy color: '#ADC0C4'

red 173 ◦ green 192 ◦ blue 196

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

Shades of Heather #ADC0C4

Tints of Heather #ADC0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 30.84%
G = 34.22%
B = 34.94%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ADC0C4 (or 0xADC0C4) is known color: Heather. HEX triplet: AD, C0 and C4. RGB value is (173,192,196). Sum of RGB (Red+Green+Blue) = 173+192+196=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADC0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0C4 is #523F3B. Grayscale: #BABABA. Windows color (decimal): -5390140 or 12894381. OLE color: 12894381.

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

Color convert

RGB 173 192 196 -
CMYK 0.12 0.02 0 0.23
HSL 190.43º 0.16% 0.72% -
HSV(B) 190.43º 0.12% 0.77% -
XYZ 46.05 50.57 59.56 -
YUV 186.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 173 192 196 0.12 0.02 0 0.23 190.43 0.16 0.72
Hex AD C0 C4 C 2 0 17 BE 10 48
Octal 255 300 304 14 2 0 27 276 20 110
Binary 10101101 11000000 11000100 1100 10 0 10111 10111110 10000 1001000

Color Harmonies of #ADC0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0C4

Black with #ADC0C4

Text Example


Text Example

White with #ADC0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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