Html Css Color HEX #ADC1CE Heather

📋 copy color: '#ADC1CE'

red 173 ◦ green 193 ◦ blue 206

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

Shades of Heather #ADC1CE

Tints of Heather #ADC1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

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

R = 30.24%
G = 33.74%
B = 36.01%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADC1CE (or 0xADC1CE) is known color: Heather. HEX triplet: AD, C1 and CE. RGB value is (173,193,206). Sum of RGB (Red+Green+Blue) = 173+193+206=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CE is #523E31. Grayscale: #BCBCBC. Windows color (decimal): -5389874 or 13549997. OLE color: 13549997.

HSL color Cylindrical-coordinate representation of color #ADC1CE: hue angle of 203.64º 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 #ADC1CE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 193 206 -
CMYK 0.16 0.06 0 0.19
HSL 203.64º 0.25% 0.74% -
HSV(B) 203.64º 0.16% 0.81% -
XYZ 47.44 51.48 65.83 -
YUV 188.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 173 193 206 0.16 0.06 0 0.19 203.64 0.25 0.74
Hex AD C1 CE 10 6 0 13 CC 19 4A
Octal 255 301 316 20 6 0 23 314 31 112
Binary 10101101 11000001 11001110 10000 110 0 10011 11001100 11001 1001010

Color Harmonies of #ADC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1CE

Black with #ADC1CE

Text Example


Text Example

White with #ADC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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