Html Css Color HEX #ADC1CA Heather

📋 copy color: '#ADC1CA'

red 173 ◦ green 193 ◦ blue 202

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

Shades of Heather #ADC1CA

Tints of Heather #ADC1CA

RGB

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

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

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

R = 30.46%
G = 33.98%
B = 35.56%

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

#ADC1CA (or 0xADC1CA) is known color: Heather. HEX triplet: AD, C1 and CA. RGB value is (173,193,202). Sum of RGB (Red+Green+Blue) = 173+193+202=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CA is #523E35. Grayscale: #BBBBBB. Windows color (decimal): -5389878 or 13287853. OLE color: 13287853.

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

Color convert

RGB 173 193 202 -
CMYK 0.14 0.04 0 0.21
HSL 198.62º 0.21% 0.74% -
HSV(B) 198.62º 0.14% 0.79% -
XYZ 46.96 51.29 63.3 -
YUV 188.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 173 193 202 0.14 0.04 0 0.21 198.62 0.21 0.74
Hex AD C1 CA E 4 0 15 C7 15 4A
Octal 255 301 312 16 4 0 25 307 25 112
Binary 10101101 11000001 11001010 1110 100 0 10101 11000111 10101 1001010

Color Harmonies of #ADC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1CA

Black with #ADC1CA

Text Example


Text Example

White with #ADC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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