Html Css Color HEX #ADC6CE Heather

📋 copy color: '#ADC6CE'

red 173 ◦ green 198 ◦ blue 206

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

Shades of Heather #ADC6CE

Tints of Heather #ADC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.32%

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 29.98%
G = 34.32%
B = 35.7%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADC6CE (or 0xADC6CE) is known color: Heather. HEX triplet: AD, C6 and CE. RGB value is (173,198,206). Sum of RGB (Red+Green+Blue) = 173+198+206=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CE is #523931. Grayscale: #BFBFBF. Windows color (decimal): -5388594 or 13551277. OLE color: 13551277.

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

Color convert

RGB 173 198 206 -
CMYK 0.16 0.04 0 0.19
HSL 194.55º 0.25% 0.74% -
HSV(B) 194.55º 0.16% 0.81% -
XYZ 48.57 53.73 66.2 -
YUV 191.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 173 198 206 0.16 0.04 0 0.19 194.55 0.25 0.74
Hex AD C6 CE 10 4 0 13 C3 19 4A
Octal 255 306 316 20 4 0 23 303 31 112
Binary 10101101 11000110 11001110 10000 100 0 10011 11000011 11001 1001010

Color Harmonies of #ADC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6CE

Black with #ADC6CE

Text Example


Text Example

White with #ADC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6CE; }

 p { color: rgb(173,198,206); }

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

background-color css

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

 a { background-color: rgb(173,198,206); }

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

border-color css

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

 span { border-color: rgb(173,198,206); }

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