Html Css Color HEX #ADC0CA Heather

📋 copy color: '#ADC0CA'

red 173 ◦ green 192 ◦ blue 202

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

Shades of Heather #ADC0CA

Tints of Heather #ADC0CA

RGB

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

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

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

R = 30.51%
G = 33.86%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADC0CA (or 0xADC0CA) is known color: Heather. HEX triplet: AD, C0 and CA. RGB value is (173,192,202). Sum of RGB (Red+Green+Blue) = 173+192+202=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CA is #523F35. Grayscale: #BBBBBB. Windows color (decimal): -5390134 or 13287597. OLE color: 13287597.

HSL color Cylindrical-coordinate representation of color #ADC0CA: hue angle of 200.69º 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 #ADC0CA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 192 202 -
CMYK 0.14 0.05 0 0.21
HSL 200.69º 0.21% 0.74% -
HSV(B) 200.69º 0.14% 0.79% -
XYZ 46.74 50.85 63.23 -
YUV 187.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 173 192 202 0.14 0.05 0 0.21 200.69 0.21 0.74
Hex AD C0 CA E 5 0 15 C9 15 4A
Octal 255 300 312 16 5 0 25 311 25 112
Binary 10101101 11000000 11001010 1110 101 0 10101 11001001 10101 1001010

Color Harmonies of #ADC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0CA

Black with #ADC0CA

Text Example


Text Example

White with #ADC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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