Html Css Color HEX #ADC0CB Heather

📋 copy color: '#ADC0CB'

red 173 ◦ green 192 ◦ blue 203

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

Shades of Heather #ADC0CB

Tints of Heather #ADC0CB

RGB

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

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

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

R = 30.46%
G = 33.8%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC0CB (or 0xADC0CB) is known color: Heather. HEX triplet: AD, C0 and CB. RGB value is (173,192,203). Sum of RGB (Red+Green+Blue) = 173+192+203=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CB is #523F34. Grayscale: #BBBBBB. Windows color (decimal): -5390133 or 13353133. OLE color: 13353133.

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

Color convert

RGB 173 192 203 -
CMYK 0.15 0.05 0 0.20
HSL 202º 0.22% 0.74% -
HSV(B) 202º 0.15% 0.8% -
XYZ 46.86 50.9 63.85 -
YUV 187.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 173 192 203 0.15 0.05 0 0.20 202 0.22 0.74
Hex AD C0 CB F 5 0 14 CA 16 4A
Octal 255 300 313 17 5 0 24 312 26 112
Binary 10101101 11000000 11001011 1111 101 0 10100 11001010 10110 1001010

Color Harmonies of #ADC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0CB

Black with #ADC0CB

Text Example


Text Example

White with #ADC0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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