Html Css Color HEX #ADB7BE Heather

📋 copy color: '#ADB7BE'

red 173 ◦ green 183 ◦ blue 190

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

Shades of Heather #ADB7BE

Tints of Heather #ADB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.52%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 31.68%
G = 33.52%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB7BE (or 0xADB7BE) is known color: Heather. HEX triplet: AD, B7 and BE. RGB value is (173,183,190). Sum of RGB (Red+Green+Blue) = 173+183+190=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BE is #524841. Grayscale: #B4B4B4. Windows color (decimal): -5392450 or 12498861. OLE color: 12498861.

HSL color Cylindrical-coordinate representation of color #ADB7BE: hue angle of 204.71º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB7BE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 183 190 -
CMYK 0.09 0.04 0 0.25
HSL 204.71º 0.12% 0.71% -
HSV(B) 204.71º 0.09% 0.75% -
XYZ 43.46 46.47 55.39 -
YUV 180.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 173 183 190 0.09 0.04 0 0.25 204.71 0.12 0.71
Hex AD B7 BE 9 4 0 19 CD C 47
Octal 255 267 276 11 4 0 31 315 14 107
Binary 10101101 10110111 10111110 1001 100 0 11001 11001101 1100 1000111

Color Harmonies of #ADB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7BE

Black with #ADB7BE

Text Example


Text Example

White with #ADB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7BE; }

 p { color: rgb(173,183,190); }

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

background-color css

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

 a { background-color: rgb(173,183,190); }

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

border-color css

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

 span { border-color: rgb(173,183,190); }

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