Html Css Color HEX #ADC4CB Heather

📋 copy color: '#ADC4CB'

red 173 ◦ green 196 ◦ blue 203

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

Shades of Heather #ADC4CB

Tints of Heather #ADC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.27%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 30.24%
G = 34.27%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC4CB (or 0xADC4CB) is known color: Heather. HEX triplet: AD, C4 and CB. RGB value is (173,196,203). Sum of RGB (Red+Green+Blue) = 173+196+203=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CB is #523B34. Grayscale: #BDBDBD. Windows color (decimal): -5389109 or 13354157. OLE color: 13354157.

HSL color Cylindrical-coordinate representation of color #ADC4CB: hue angle of 194º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC4CB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 196 203 -
CMYK 0.15 0.03 0 0.20
HSL 194º 0.22% 0.74% -
HSV(B) 194º 0.15% 0.8% -
XYZ 47.75 52.68 64.15 -
YUV 189.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 173 196 203 0.15 0.03 0 0.20 194 0.22 0.74
Hex AD C4 CB F 3 0 14 C2 16 4A
Octal 255 304 313 17 3 0 24 302 26 112
Binary 10101101 11000100 11001011 1111 11 0 10100 11000010 10110 1001010

Color Harmonies of #ADC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4CB

Black with #ADC4CB

Text Example


Text Example

White with #ADC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4CB; }

 p { color: rgb(173,196,203); }

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

background-color css

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

 a { background-color: rgb(173,196,203); }

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

border-color css

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

 span { border-color: rgb(173,196,203); }

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