Html Css Color HEX #ADC2CA Heather

📋 copy color: '#ADC2CA'

red 173 ◦ green 194 ◦ blue 202

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

Shades of Heather #ADC2CA

Tints of Heather #ADC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 202 (79.3% from 255) = 35.5%

R = 30.4%
G = 34.09%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADC2CA (or 0xADC2CA) is known color: Heather. HEX triplet: AD, C2 and CA. RGB value is (173,194,202). Sum of RGB (Red+Green+Blue) = 173+194+202=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CA is #523D35. Grayscale: #BCBCBC. Windows color (decimal): -5389622 or 13288109. OLE color: 13288109.

HSL color Cylindrical-coordinate representation of color #ADC2CA: hue angle of 196.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC2CA is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 194 202 -
CMYK 0.14 0.04 0 0.21
HSL 196.55º 0.21% 0.74% -
HSV(B) 196.55º 0.14% 0.79% -
XYZ 47.19 51.73 63.38 -
YUV 188.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 173 194 202 0.14 0.04 0 0.21 196.55 0.21 0.74
Hex AD C2 CA E 4 0 15 C5 15 4A
Octal 255 302 312 16 4 0 25 305 25 112
Binary 10101101 11000010 11001010 1110 100 0 10101 11000101 10101 1001010

Color Harmonies of #ADC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2CA

Black with #ADC2CA

Text Example


Text Example

White with #ADC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2CA; }

 p { color: rgb(173,194,202); }

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

background-color css

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

 a { background-color: rgb(173,194,202); }

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

border-color css

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

 span { border-color: rgb(173,194,202); }

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